Interface DictionaryRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Dictionary,,UUID> org.springframework.data.mongodb.repository.MongoRepository<Dictionary,,UUID> org.springframework.data.repository.PagingAndSortingRepository<Dictionary,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<Dictionary>,org.springframework.data.repository.Repository<Dictionary,UUID>
@Repository
public interface DictionaryRepository
extends org.springframework.data.mongodb.repository.MongoRepository<Dictionary,UUID>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, saveMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAllMethods 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
-
getAllByType
-