Package | Description |
---|---|
org.datanucleus.api |
Provides adapters for different client APIs, like JDO, JPA and so on.
|
org.datanucleus.enhancement |
DataNucleus ByteCode enhancement contract.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Modifier and Type | Method and Description |
---|---|
default void |
ApiAdapter.copyKeyFieldsFromIdToObject(Object pc,
Persistable.ObjectIdFieldConsumer fm,
Object id)
Method to set the pk fields of the object from the provided identity.
|
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.dnCopyKeyFieldsFromObjectId(Persistable.ObjectIdFieldConsumer fm,
Object oid)
Copy fields to an outside consumer from the key fields in the ObjectId.
|
Modifier and Type | Class and Description |
---|---|
class |
AppIdObjectIdFieldConsumer
Simple class to handle the copying of PK fields from an object id to an object.
|
Copyright © 2019. All rights reserved.