Class PersistenceLegacyTypeHandlerWrapperEnum<M,T>
- java.lang.Object
 - 
- one.microstream.persistence.types.PersistenceLegacyTypeHandler.Abstract<M,T>
 - 
- one.microstream.persistence.types.PersistenceLegacyTypeHandlerWrapper<M,T>
 - 
- one.microstream.persistence.types.PersistenceLegacyTypeHandlerWrapperEnum<M,T>
 
 
 
 
- 
- All Implemented Interfaces:
 PersistenceLegacyTypeHandler<M,T>,PersistenceTypeDefinition,PersistenceTypeDescription,PersistenceTypeHandler<M,T>,PersistenceTypeIdentity,PersistenceTypeIdOwner,PersistenceTypeLink
public class PersistenceLegacyTypeHandlerWrapperEnum<M,T> extends PersistenceLegacyTypeHandlerWrapper<M,T>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceLegacyTypeHandler
PersistenceLegacyTypeHandler.Abstract<M,T> 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PersistenceLegacyTypeHandlerWrapperEnum() 
- 
Method Summary
Modifier and Type Method Description Tcreate(M medium, PersistenceObjectIdResolver idResolver)static <M,T>
PersistenceLegacyTypeHandlerWrapperEnum<M,T>New(PersistenceTypeDefinition legacyTypeDefinition, PersistenceTypeHandler<M,T> currentTypeHandler, Integer[] ordinalMapping)- 
Methods inherited from class one.microstream.persistence.types.PersistenceLegacyTypeHandlerWrapper
collectEnumConstants, complete, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, hasInstanceReferences, isSpecificInstanceViable, isSubTypeInstanceViable, iterateInstanceReferences, iterateLoadableReferences, iterateMemberTypes, membersInDeclaredOrder, New, settingMembers, storingMembers, type, update 
- 
Methods inherited from class one.microstream.persistence.types.PersistenceLegacyTypeHandler.Abstract
allMembers, hasPersistedReferences, hasPersistedVariableLength, hasVaryingPersistedLengthInstances, instanceMembers, isPrimitiveType, legacyTypeDefinition, membersPersistedLengthMaximum, membersPersistedLengthMinimum, runtimeTypeName, typeId, typeName 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceLegacyTypeHandler
initialize, store 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
toRuntimeTypeIdentifier 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier 
 - 
 
 - 
 
- 
- 
Method Detail
- 
New
public static <M,T> PersistenceLegacyTypeHandlerWrapperEnum<M,T> New(PersistenceTypeDefinition legacyTypeDefinition, PersistenceTypeHandler<M,T> currentTypeHandler, Integer[] ordinalMapping)
 
- 
create
public T create(M medium, PersistenceObjectIdResolver idResolver)
- Specified by:
 createin interfacePersistenceTypeHandler<M,T>- Overrides:
 createin classPersistenceLegacyTypeHandlerWrapper<M,T>
 
 - 
 
 -