Interface VocabularyDefinitionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> org.springframework.data.repository.ListCrudRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> org.springframework.data.repository.ListPagingAndSortingRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> org.springframework.data.repository.PagingAndSortingRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> org.springframework.data.repository.query.QueryByExampleExecutor<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition>,org.springframework.data.repository.Repository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,,String> de.uniba.minf.registry.model.loaders.VocabularyDefinitionLoader,VocabularyDefinitionRepositoryCustom
@Primary
public interface VocabularyDefinitionRepository
extends org.springframework.data.mongodb.repository.MongoRepository<de.uniba.minf.registry.model.vocabulary.VocabularyDefinition,String>, VocabularyDefinitionRepositoryCustom
-
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, findOneMethods inherited from interface de.uniba.minf.registry.repository.VocabularyDefinitionRepositoryCustom
findAllDefinitionNames, findAllLatest, findCurrentByName, findLatestByCriteria