Interface DbSupportOrgRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DbSupportOrg,,DbSupportOrgPK> org.springframework.data.jpa.repository.JpaRepository<DbSupportOrg,,DbSupportOrgPK> org.springframework.data.repository.PagingAndSortingRepository<DbSupportOrg,,DbSupportOrgPK> org.springframework.data.repository.query.QueryByExampleExecutor<DbSupportOrg>,org.springframework.data.repository.Repository<DbSupportOrg,DbSupportOrgPK>
@ConditionalOnProperty(value="openaire.exporter.enable.community",
havingValue="true")
public interface DbSupportOrgRepository
extends org.springframework.data.jpa.repository.JpaRepository<DbSupportOrg,DbSupportOrgPK>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Method Details
-
findByCommunity
-
deleteByCommunity
-