Class PersistenceTypeRegistry.Default
java.lang.Object
one.microstream.persistence.types.PersistenceTypeRegistry.Default
- All Implemented Interfaces:
- PersistenceTypeIdLookup,- PersistenceTypeLookup,- PersistenceTypeRegistry
- Enclosing interface:
- PersistenceTypeRegistry
public static final class PersistenceTypeRegistry.Default extends Object implements PersistenceTypeRegistry
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeRegistryPersistenceTypeRegistry.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description <T> Class<T>lookupType(long typeId)longlookupTypeId(Class<?> type)booleanregisterType(long typeId, Class<?> type)booleanregisterTypes(Iterable<? extends PersistenceTypeLink> types)booleanvalidateTypeMapping(long typeId, Class<?> type)booleanvalidateTypeMappings(Iterable<? extends PersistenceTypeLink> mappings)
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
lookupTypeId- Specified by:
- lookupTypeIdin interface- PersistenceTypeIdLookup
- Specified by:
- lookupTypeIdin interface- PersistenceTypeLookup
 
- 
lookupType- Specified by:
- lookupTypein interface- PersistenceTypeLookup
 
- 
validateTypeMappingpublic final boolean validateTypeMapping(long typeId, Class<?> type) throws PersistenceExceptionConsistency- Specified by:
- validateTypeMappingin interface- PersistenceTypeLookup
- Throws:
- PersistenceExceptionConsistency
 
- 
validateTypeMappingspublic final boolean validateTypeMappings(Iterable<? extends PersistenceTypeLink> mappings) throws PersistenceExceptionConsistency- Specified by:
- validateTypeMappingsin interface- PersistenceTypeLookup
- Throws:
- PersistenceExceptionConsistency
 
- 
registerTypepublic final boolean registerType(long typeId, Class<?> type) throws PersistenceExceptionConsistency- Specified by:
- registerTypein interface- PersistenceTypeRegistry
- Throws:
- PersistenceExceptionConsistency
 
- 
registerTypespublic final boolean registerTypes(Iterable<? extends PersistenceTypeLink> types) throws PersistenceExceptionConsistency- Specified by:
- registerTypesin interface- PersistenceTypeRegistry
- Throws:
- PersistenceExceptionConsistency
 
 
-