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 RDBMSMappingManager.MappingConverterDetails |
RDBMSMappingManager.getDefaultJavaTypeMapping(Class javaType,
org.datanucleus.metadata.ColumnMetaData[] colmds)
Method to return the default java type mapping class for a specified java type.
|
protected RDBMSMappingManager.MappingConverterDetails |
RDBMSMappingManager.getMappingClass(Class javaType,
boolean serialised,
boolean embedded,
org.datanucleus.metadata.ColumnMetaData[] colmds,
String fieldName)
Accessor for the mapping class for the specified type.
|
Copyright © 2015. All rights reserved.