Class PersistenceTypeDictionaryView.Default
java.lang.Object
one.microstream.persistence.types.PersistenceTypeDictionaryView.Default
- All Implemented Interfaces:
- PersistenceTypeDictionary,- PersistenceTypeDictionaryView
- Enclosing interface:
- PersistenceTypeDictionaryView
public static final class PersistenceTypeDictionaryView.Default extends Object implements PersistenceTypeDictionaryView
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryPersistenceTypeDictionary.SymbolsNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryViewPersistenceTypeDictionaryView.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description XGettingTable<Long,PersistenceTypeDefinition>allTypeDefinitions()longdetermineHighestTypeId()booleanisEmpty()PersistenceTypeDefinitionlookupTypeById(long typeId)PersistenceTypeDefinitionlookupTypeByName(String typeName)PersistenceTypeLineageViewlookupTypeLineage(Class<?> type)PersistenceTypeLineageViewlookupTypeLineage(String typeName)StringtoString()XGettingTable<String,? extends PersistenceTypeLineageView>typeLineages()PersistenceTypeDictionaryViewview()Methods 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, resolveTypeIdsMethods inherited from interface one.microstream.persistence.types.PersistenceTypeDictionaryViewensureTypeLineage, getTypeDescriptionRegistrationObserver, registerRuntimeTypeDefinition, registerRuntimeTypeDefinitions, registerTypeDefinition, registerTypeDefinitions, setTypeDescriptionRegistrationObserver
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
typeLineages- Specified by:
- typeLineagesin interface- PersistenceTypeDictionary
- Specified by:
- typeLineagesin interface- PersistenceTypeDictionaryView
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionaryView
 
- 
lookupTypeLineage- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionary
- Specified by:
- lookupTypeLineagein interface- PersistenceTypeDictionaryView
 
- 
allTypeDefinitions- Specified by:
- allTypeDefinitionsin interface- PersistenceTypeDictionary
- Specified by:
- allTypeDefinitionsin interface- PersistenceTypeDictionaryView
 
- 
isEmptypublic final boolean isEmpty()- Specified by:
- isEmptyin 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
- Specified by:
- viewin interface- PersistenceTypeDictionaryView
 
- 
toString
 
-