Interface DbDatasourceRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DbDatasource,,DbDatasourcePK> org.springframework.data.jpa.repository.JpaRepository<DbDatasource,,DbDatasourcePK> org.springframework.data.repository.PagingAndSortingRepository<DbDatasource,,DbDatasourcePK> org.springframework.data.repository.query.QueryByExampleExecutor<DbDatasource>,org.springframework.data.repository.Repository<DbDatasource,DbDatasourcePK>
@ConditionalOnProperty(value="openaire.exporter.enable.community",
havingValue="true")
public interface DbDatasourceRepository
extends org.springframework.data.jpa.repository.JpaRepository<DbDatasource,DbDatasourcePK>
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByCommunity(String community) findByCommunityAndDeposit(String community, boolean deposit) 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
-
findByCommunityAndDeposit
-
deleteByCommunity
-