Class PersistenceTypeDictionaryManager.Immutable
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
one.microstream.persistence.types.PersistenceTypeDictionaryManager.Immutable
- All Implemented Interfaces:
PersistenceTypeDictionaryManager
,PersistenceTypeDictionaryProvider
- Enclosing interface:
- PersistenceTypeDictionaryManager
public static final class PersistenceTypeDictionaryManager.Immutable extends PersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryManager
PersistenceTypeDictionaryManager.Abstract<D extends PersistenceTypeDictionary>, PersistenceTypeDictionaryManager.Exporting, PersistenceTypeDictionaryManager.Immutable, PersistenceTypeDictionaryManager.Transient
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryProvider
PersistenceTypeDictionaryProvider.Caching, PersistenceTypeDictionaryProvider.Default
-
Constructor Summary
Constructors Constructor Description Immutable()
-
Method Summary
Modifier and Type Method Description boolean
registerRuntimeTypeDefinition(PersistenceTypeDefinition typeDefinition)
boolean
registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)
boolean
registerTypeDefinition(PersistenceTypeDefinition typeDefinition)
boolean
registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)
Methods inherited from class one.microstream.persistence.types.PersistenceTypeDictionaryManager.Abstract
provideTypeDictionary, validateTypeDefinition, validateTypeDefinitions
-
Constructor Details
-
Immutable
public Immutable()
-
-
Method Details
-
registerTypeDefinition
- Specified by:
registerTypeDefinition
in interfacePersistenceTypeDictionaryManager
- Overrides:
registerTypeDefinition
in classPersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
-
registerTypeDefinitions
public final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerTypeDefinitions
in interfacePersistenceTypeDictionaryManager
- Overrides:
registerTypeDefinitions
in classPersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
-
registerRuntimeTypeDefinition
- Specified by:
registerRuntimeTypeDefinition
in interfacePersistenceTypeDictionaryManager
- Overrides:
registerRuntimeTypeDefinition
in classPersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
-
registerRuntimeTypeDefinitions
public final boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerRuntimeTypeDefinitions
in interfacePersistenceTypeDictionaryManager
- Overrides:
registerRuntimeTypeDefinitions
in classPersistenceTypeDictionaryManager.Abstract<PersistenceTypeDictionaryView>
-