Interface UCSBOrganizationRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UCSBOrganization,
,String> org.springframework.data.repository.Repository<UCSBOrganization,
String>
@Repository
public interface UCSBOrganizationRepository
extends org.springframework.data.repository.CrudRepository<UCSBOrganization,String>
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