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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryPersistenceTypeDictionary.Default, PersistenceTypeDictionary.Symbols
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryiterateAllTypeDefinitions, iterateLatestTypes, iterateRuntimeDefinitions, iterateTypeLineages, iterateTypeLineageViews, resolveTypeIds
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
typeLineages- Specified by:
- typeLineagesin interface- PersistenceTypeDictionary
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
 
- 
ensureTypeLineage- Specified by:
- ensureTypeLineagein interface- PersistenceTypeDictionary
 
- 
ensureTypeLineage
- 
setTypeDescriptionRegistrationObserverpublic final PersistenceTypeDictionary setTypeDescriptionRegistrationObserver(PersistenceTypeDefinitionRegistrationObserver registrationObserver)- Specified by:
- setTypeDescriptionRegistrationObserverin interface- PersistenceTypeDictionary
 
- 
getTypeDescriptionRegistrationObserver- Specified by:
- getTypeDescriptionRegistrationObserverin interface- PersistenceTypeDictionary
 
- 
allTypeDefinitions- Specified by:
- allTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
isEmptypublic final boolean isEmpty()- Specified by:
- isEmptyin interface- PersistenceTypeDictionary
 
- 
registerTypeDefinition- Specified by:
- registerTypeDefinitionin interface- PersistenceTypeDictionary
 
- 
registerTypeDefinitionspublic final boolean registerTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
registerRuntimeTypeDefinition- Specified by:
- registerRuntimeTypeDefinitionin interface- PersistenceTypeDictionary
 
- 
registerRuntimeTypeDefinitionspublic final boolean registerRuntimeTypeDefinitions(Iterable<? extends PersistenceTypeDefinition> typeDefinitions)- Specified by:
- registerRuntimeTypeDefinitionsin interface- PersistenceTypeDictionary
 
- 
lookupTypeByName- Specified by:
- lookupTypeByNamein interface- PersistenceTypeDictionary
 
- 
lookupTypeById- Specified by:
- lookupTypeByIdin interface- PersistenceTypeDictionary
 
- 
determineHighestTypeIdpublic final long determineHighestTypeId()- Specified by:
- determineHighestTypeIdin interface- PersistenceTypeDictionary
 
- 
view- Specified by:
- viewin interface- PersistenceTypeDictionary
 
- 
toString
 
-