Interface UCSBOrganizationRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UCSBOrganization,
,Long> org.springframework.data.repository.Repository<UCSBOrganization,
Long>
@Repository
public interface UCSBOrganizationRepository
extends org.springframework.data.repository.CrudRepository<UCSBOrganization,Long>
The UCSBOrganizationRepository is a repository for UCSBOrganization entities.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByOrgCode
-