Class VocabularyEntryRepositoryCustomImpl
java.lang.Object
de.uniba.minf.registry.repository.VocabularyEntryRepositoryCustomImpl
- All Implemented Interfaces:
VocabularyEntryRepositoryCustom,org.springframework.beans.factory.InitializingBean
public class VocabularyEntryRepositoryCustomImpl
extends Object
implements VocabularyEntryRepositoryCustom, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlongcountByDefinition(String definition) voiddeleteByVocabularyName(String name) List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry>findByDefinition(String definition) List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry>findByDefinitionAndQuery(String name, String query) findKeysByDefinition(String definition) voidsaveOrUpdate(de.uniba.minf.registry.model.vocabulary.VocabularyEntry e) voidsaveOrUpdateAll(List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry> vocabularyEntries)
-
Constructor Details
-
VocabularyEntryRepositoryCustomImpl
public VocabularyEntryRepositoryCustomImpl()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
countByDefinition
- Specified by:
countByDefinitionin interfaceVocabularyEntryRepositoryCustom
-
findKeysByDefinition
- Specified by:
findKeysByDefinitionin interfaceVocabularyEntryRepositoryCustom
-
findByDefinition
public List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry> findByDefinition(String definition) - Specified by:
findByDefinitionin interfaceVocabularyEntryRepositoryCustom
-
findByDefinitionAndQuery
public List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry> findByDefinitionAndQuery(String name, String query) - Specified by:
findByDefinitionAndQueryin interfaceVocabularyEntryRepositoryCustom
-
saveOrUpdate
public void saveOrUpdate(de.uniba.minf.registry.model.vocabulary.VocabularyEntry e) - Specified by:
saveOrUpdatein interfaceVocabularyEntryRepositoryCustom
-
saveOrUpdateAll
public void saveOrUpdateAll(List<de.uniba.minf.registry.model.vocabulary.VocabularyEntry> vocabularyEntries) - Specified by:
saveOrUpdateAllin interfaceVocabularyEntryRepositoryCustom
-
deleteByVocabularyName
- Specified by:
deleteByVocabularyNamein interfaceVocabularyEntryRepositoryCustom
-