Package | Description |
---|---|
org.datanucleus.store.rdbms.mapping |
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
|
Modifier and Type | Method and Description |
---|---|
protected MappingManagerImpl.MappingConverterDetails |
MappingManagerImpl.getDefaultJavaTypeMapping(Class javaType,
org.datanucleus.metadata.ColumnMetaData[] colmds)
Method to return the default java type mapping class for a specified java type.
|
protected MappingManagerImpl.MappingConverterDetails |
MappingManagerImpl.getMappingClass(Class javaType,
boolean serialised,
boolean embedded,
org.datanucleus.metadata.ColumnMetaData[] colmds,
String fieldName)
Accessor for the mapping class for the specified type.
|
Copyright © 2019. All rights reserved.