Class PersistenceTypeDictionaryManager.Abstract<D extends PersistenceTypeDictionary>
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionaryManager.Abstract<D>
- All Implemented Interfaces:
- PersistenceTypeDictionaryManager,- PersistenceTypeDictionaryProvider
- Direct Known Subclasses:
- PersistenceTypeDictionaryManager.Exporting,- PersistenceTypeDictionaryManager.Immutable,- PersistenceTypeDictionaryManager.Transient
- Enclosing interface:
- PersistenceTypeDictionaryManager
public abstract static class PersistenceTypeDictionaryManager.Abstract<D extends PersistenceTypeDictionary> extends Object implements PersistenceTypeDictionaryManager
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryManagerPersistenceTypeDictionaryManager.Abstract<D extends PersistenceTypeDictionary>, PersistenceTypeDictionaryManager.Exporting, PersistenceTypeDictionaryManager.Immutable, PersistenceTypeDictionaryManager.TransientNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryProviderPersistenceTypeDictionaryProvider.Caching, PersistenceTypeDictionaryProvider.Default
- 
Constructor SummaryConstructors Constructor Description Abstract()
- 
Method SummaryModifier and Type Method Description PersistenceTypeDictionaryprovideTypeDictionary()booleanregisterRuntimeTypeDefinition(PersistenceTypeDefinition typeDefinition)booleanregisterRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)booleanregisterTypeDefinition(PersistenceTypeDefinition typeDefinition)booleanregisterTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)PersistenceTypeDictionaryManagervalidateTypeDefinition(PersistenceTypeDefinition typeDefinition)PersistenceTypeDictionaryManagervalidateTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)
- 
Constructor Details- 
Abstractpublic Abstract()
 
- 
- 
Method Details- 
provideTypeDictionary- Specified by:
- provideTypeDictionaryin interface- PersistenceTypeDictionaryProvider
 
- 
registerTypeDefinition- Specified by:
- registerTypeDefinitionin interface- PersistenceTypeDictionaryManager
 
- 
registerTypeDefinitionspublic boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerTypeDefinitionsin interface- PersistenceTypeDictionaryManager
 
- 
registerRuntimeTypeDefinition- Specified by:
- registerRuntimeTypeDefinitionin interface- PersistenceTypeDictionaryManager
 
- 
registerRuntimeTypeDefinitionspublic boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerRuntimeTypeDefinitionsin interface- PersistenceTypeDictionaryManager
 
- 
validateTypeDefinitionpublic PersistenceTypeDictionaryManager validateTypeDefinition(PersistenceTypeDefinition typeDefinition)- Specified by:
- validateTypeDefinitionin interface- PersistenceTypeDictionaryManager
 
- 
validateTypeDefinitionspublic PersistenceTypeDictionaryManager validateTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- validateTypeDefinitionsin interface- PersistenceTypeDictionaryManager
 
 
-