Interface NoteRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Note,,String> org.springframework.data.repository.ListCrudRepository<Note,,String> org.springframework.data.repository.ListPagingAndSortingRepository<Note,,String> org.springframework.data.mongodb.repository.MongoRepository<Note,,String> NotesRepositoryCustom,org.springframework.data.repository.PagingAndSortingRepository<Note,,String> org.springframework.data.repository.query.QueryByExampleExecutor<Note>,org.springframework.data.repository.Repository<Note,String>
public interface NoteRepository
extends org.springframework.data.mongodb.repository.MongoRepository<Note,String>, NotesRepositoryCustom
-
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 de.uniba.minf.registry.repository.NotesRepositoryCustom
findAllDisplayedMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne