Package | Description |
---|---|
org.datanucleus.store.rdbms.mapping.java |
Package providing mappings for all supported Java types in DataNucleus.
|
org.datanucleus.store.rdbms.sql.expression |
Series of expressions representing conditions in SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistableIdMapping
Maps to identity objects of persistable values.
|
Constructor and Description |
---|
PersistableIdMapping(PersistableMapping pcMapping)
Constructor used to generate a PCMapping representing only the identity of the object.
|
Modifier and Type | Method and Description |
---|---|
static int |
ExpressionUtils.populatePrimaryKeyMappingsValuesForPCMapping(JavaTypeMapping[] pkMappings,
Object[] pkFieldValues,
int position,
PersistableMapping pcMapping,
org.datanucleus.metadata.AbstractClassMetaData cmd,
org.datanucleus.metadata.AbstractMemberMetaData mmd,
Object fieldValue,
RDBMSStoreManager storeMgr,
org.datanucleus.ClassLoaderResolver clr)
Convenience method to populate PK mappings/values allowing for recursion where a PK field is itself
a PCMapping, that itself has PK mappings, which in turn may include PCMappings.
|
Copyright © 2015. All rights reserved.