Package org.datanucleus.store.types
Class TypeManagerImpl.JavaType
- java.lang.Object
-
- org.datanucleus.store.types.TypeManagerImpl.JavaType
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TypeManagerImpl
static class TypeManagerImpl.JavaType extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Class
cls
(package private) java.lang.Class<? extends ContainerHandler>
containerHandlerType
(package private) boolean
dfg
(package private) boolean
embedded
(package private) java.lang.Class
genericType
private static long
serialVersionUID
(package private) java.lang.String
typeConverterName
(package private) java.lang.Class<? extends SCO>
wrapperType
(package private) java.lang.Class<? extends SCO>
wrapperTypeBacked
-
Constructor Summary
Constructors Constructor Description JavaType(java.lang.Class cls, java.lang.Class genericType, boolean embedded, boolean dfg, java.lang.Class wrapperType, java.lang.Class wrapperTypeBacked, java.lang.Class containerHandlerType, java.lang.String typeConverterName)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
cls
final java.lang.Class cls
-
genericType
final java.lang.Class genericType
-
embedded
final boolean embedded
-
dfg
final boolean dfg
-
wrapperType
final java.lang.Class<? extends SCO> wrapperType
-
wrapperTypeBacked
final java.lang.Class<? extends SCO> wrapperTypeBacked
-
typeConverterName
java.lang.String typeConverterName
-
containerHandlerType
final java.lang.Class<? extends ContainerHandler> containerHandlerType
-
-