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 - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionary
iterateAllTypeDefinitions, iterateLatestTypes, iterateRuntimeDefinitions, iterateTypeLineages, iterateTypeLineageViews, resolveTypeIds 
- 
Method Details
- 
typeLineages
- Specified by:
 typeLineagesin interfacePersistenceTypeDictionary
 - 
lookupTypeLineage
- Specified by:
 lookupTypeLineagein interfacePersistenceTypeDictionary
 - 
lookupTypeLineage
- Specified by:
 lookupTypeLineagein interfacePersistenceTypeDictionary
 - 
ensureTypeLineage
- Specified by:
 ensureTypeLineagein interfacePersistenceTypeDictionary
 - 
ensureTypeLineage
 - 
setTypeDescriptionRegistrationObserver
public final PersistenceTypeDictionary setTypeDescriptionRegistrationObserver(PersistenceTypeDefinitionRegistrationObserver registrationObserver)- Specified by:
 setTypeDescriptionRegistrationObserverin interfacePersistenceTypeDictionary
 - 
getTypeDescriptionRegistrationObserver
- Specified by:
 getTypeDescriptionRegistrationObserverin interfacePersistenceTypeDictionary
 - 
allTypeDefinitions
- Specified by:
 allTypeDefinitionsin interfacePersistenceTypeDictionary
 - 
isEmpty
public final boolean isEmpty()- Specified by:
 isEmptyin interfacePersistenceTypeDictionary
 - 
registerTypeDefinition
- Specified by:
 registerTypeDefinitionin interfacePersistenceTypeDictionary
 - 
registerTypeDefinitions
public final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
 registerTypeDefinitionsin interfacePersistenceTypeDictionary
 - 
registerRuntimeTypeDefinition
- Specified by:
 registerRuntimeTypeDefinitionin interfacePersistenceTypeDictionary
 - 
registerRuntimeTypeDefinitions
public final boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
 registerRuntimeTypeDefinitionsin interfacePersistenceTypeDictionary
 - 
lookupTypeByName
- Specified by:
 lookupTypeByNamein interfacePersistenceTypeDictionary
 - 
lookupTypeById
- Specified by:
 lookupTypeByIdin interfacePersistenceTypeDictionary
 - 
determineHighestTypeId
public final long determineHighestTypeId()- Specified by:
 determineHighestTypeIdin interfacePersistenceTypeDictionary
 - 
view
- Specified by:
 viewin interfacePersistenceTypeDictionary
 - 
toString
 
 -