Class TypeManagerImpl.JavaType

java.lang.Object
org.datanucleus.store.types.TypeManagerImpl.JavaType
All Implemented Interfaces:
Serializable
Enclosing class:
TypeManagerImpl

static class TypeManagerImpl.JavaType extends Object implements Serializable
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • cls

      final Class cls
    • genericType

      final Class genericType
    • embedded

      final boolean embedded
    • dfg

      final boolean dfg
    • wrapperType

      final Class<? extends SCO> wrapperType
    • wrapperTypeBacked

      final Class<? extends SCO> wrapperTypeBacked
    • typeConverterName

      String typeConverterName
    • containerHandlerType

      final Class<? extends ContainerHandler> containerHandlerType
  • Constructor Details

    • JavaType

      public JavaType(Class cls, Class genericType, boolean embedded, boolean dfg, Class wrapperType, Class wrapperTypeBacked, Class containerHandlerType, String typeConverterName)