Class PersistenceTypeDictionary.Default
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionary.Default
- All Implemented Interfaces:
PersistenceTypeDictionary
- Enclosing interface:
- PersistenceTypeDictionary
public static final class PersistenceTypeDictionary.Default extends Object implements PersistenceTypeDictionary
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionary
PersistenceTypeDictionary.Default, PersistenceTypeDictionary.Symbols
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionary
iterateAllTypeDefinitions, iterateLatestTypes, iterateRuntimeDefinitions, iterateTypeLineages, iterateTypeLineageViews, resolveTypeIds
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
typeLineages
- Specified by:
typeLineages
in interfacePersistenceTypeDictionary
-
lookupTypeLineage
- Specified by:
lookupTypeLineage
in interfacePersistenceTypeDictionary
-
lookupTypeLineage
- Specified by:
lookupTypeLineage
in interfacePersistenceTypeDictionary
-
ensureTypeLineage
- Specified by:
ensureTypeLineage
in interfacePersistenceTypeDictionary
-
ensureTypeLineage
-
setTypeDescriptionRegistrationObserver
public final PersistenceTypeDictionary setTypeDescriptionRegistrationObserver(PersistenceTypeDefinitionRegistrationObserver registrationObserver)- Specified by:
setTypeDescriptionRegistrationObserver
in interfacePersistenceTypeDictionary
-
getTypeDescriptionRegistrationObserver
- Specified by:
getTypeDescriptionRegistrationObserver
in interfacePersistenceTypeDictionary
-
allTypeDefinitions
- Specified by:
allTypeDefinitions
in interfacePersistenceTypeDictionary
-
isEmpty
public final boolean isEmpty()- Specified by:
isEmpty
in interfacePersistenceTypeDictionary
-
registerTypeDefinition
- Specified by:
registerTypeDefinition
in interfacePersistenceTypeDictionary
-
registerTypeDefinitions
public final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerTypeDefinitions
in interfacePersistenceTypeDictionary
-
registerRuntimeTypeDefinition
- Specified by:
registerRuntimeTypeDefinition
in interfacePersistenceTypeDictionary
-
registerRuntimeTypeDefinitions
public final boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
registerRuntimeTypeDefinitions
in interfacePersistenceTypeDictionary
-
lookupTypeByName
- Specified by:
lookupTypeByName
in interfacePersistenceTypeDictionary
-
lookupTypeById
- Specified by:
lookupTypeById
in interfacePersistenceTypeDictionary
-
determineHighestTypeId
public final long determineHighestTypeId()- Specified by:
determineHighestTypeId
in interfacePersistenceTypeDictionary
-
view
- Specified by:
view
in interfacePersistenceTypeDictionary
-
toString
-