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 UCSBOrganizationsRepository is a repository for UCSBOrganizations entities
- 
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll