Package | Description |
---|---|
org.datanucleus.enhancement |
DataNucleus ByteCode enhancement contract.
|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Persistable.ObjectIdFieldManager
This interface is a convenience interface that allows an instance to implement both
ObjectIdFieldSupplier and ObjectIdFieldConsumer . |
Modifier and Type | Method and Description |
---|---|
void |
Persistable.dnCopyKeyFieldsToObjectId(Persistable.ObjectIdFieldSupplier fm,
Object oid)
Copy fields from an outside source to the key fields in the ObjectId.
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancementHelper.copyKeyFieldsToObjectId(Class pcClass,
Persistable.ObjectIdFieldSupplier fm,
Object oid)
Copy fields from an outside source to the key fields in the ObjectId.
|
Copyright © 2017. All rights reserved.