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