Class MappingManagerImpl.MappedType
java.lang.Object
org.datanucleus.store.rdbms.mapping.MappingManagerImpl.MappedType
- Enclosing class:
MappingManagerImpl
Definition of a java type that can be "mapped".
The type is supported to some degree, maybe as FCO or maybe as SCO.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Class
<? extends JavaTypeMapping> Mapping class to use.(package private) final Class
Supported java type. -
Constructor Summary
ConstructorsConstructorDescriptionMappedType
(Class javaType, Class<? extends JavaTypeMapping> mappingType) Constructor. -
Method Summary
-
Field Details
-
javaType
Supported java type. -
javaMappingType
Mapping class to use. An extension ofJavaTypeMapping
-
-
Constructor Details
-
MappedType
Constructor.- Parameters:
javaType
- the java type class being supportedmappingType
- the java mapping class. An extension ofJavaTypeMapping
-
-
Method Details