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>
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll