Interface BibTexEntryRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<BibTexEntry,,String> org.springframework.data.repository.ListCrudRepository<BibTexEntry,,String> org.springframework.data.repository.ListPagingAndSortingRepository<BibTexEntry,,String> org.springframework.data.mongodb.repository.MongoRepository<BibTexEntry,,String> org.springframework.data.repository.PagingAndSortingRepository<BibTexEntry,,String> org.springframework.data.repository.query.QueryByExampleExecutor<BibTexEntry>,org.springframework.data.repository.Repository<BibTexEntry,String>
@Repository
public interface BibTexEntryRepository
extends org.springframework.data.mongodb.repository.MongoRepository<BibTexEntry,String>
Mongo repository ("collection") for
BibTexEntry documents.-
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.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, insert, insertMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByProjectId
-