Interface VocabularyEntryRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> org.springframework.data.repository.ListCrudRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> org.springframework.data.repository.ListPagingAndSortingRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> org.springframework.data.repository.PagingAndSortingRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> org.springframework.data.repository.query.QueryByExampleExecutor<de.uniba.minf.registry.model.vocabulary.VocabularyEntry>,org.springframework.data.repository.Repository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,,String> VocabularyEntryRepositoryCustom
public interface VocabularyEntryRepository
extends org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.vocabulary.VocabularyEntry,String>, VocabularyEntryRepositoryCustom
-
Method Summary
Modifier and TypeMethodDescriptionOptional<de.uniba.minf.registry.model.vocabulary.VocabularyEntry>findByDefinitionAndKey(String definition, String key) 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, findOneMethods inherited from interface de.uniba.minf.registry.repository.VocabularyEntryRepositoryCustom
countByDefinition, deleteByVocabularyName, findByDefinition, findByDefinitionAndQuery, findKeysByDefinition, saveOrUpdate, saveOrUpdateAll
-
Method Details
-
findByDefinitionAndKey
-