Uses of Interface
org.datanucleus.enhancement.Persistable.ObjectIdFieldConsumer
Packages that use Persistable.ObjectIdFieldConsumer
Package
Description
Provides adapters for different client APIs, like JDO, JPA and so on.
DataNucleus ByteCode enhancement contract.
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of Persistable.ObjectIdFieldConsumer in org.datanucleus.api
Methods in org.datanucleus.api with parameters of type Persistable.ObjectIdFieldConsumerModifier and TypeMethodDescriptiondefault void
ApiAdapter.copyKeyFieldsFromIdToObject
(Object pc, Persistable.ObjectIdFieldConsumer fm, Object id) Method to set the pk fields of the object from the provided identity. -
Uses of Persistable.ObjectIdFieldConsumer in org.datanucleus.enhancement
Methods in org.datanucleus.enhancement with parameters of type Persistable.ObjectIdFieldConsumerModifier and TypeMethodDescriptionvoid
Persistable.dnCopyKeyFieldsFromObjectId
(Persistable.ObjectIdFieldConsumer fm, Object oid) Copy fields to an outside consumer from the key fields in the ObjectId. -
Uses of Persistable.ObjectIdFieldConsumer in org.datanucleus.state
Classes in org.datanucleus.state that implement Persistable.ObjectIdFieldConsumerModifier and TypeClassDescriptionclass
Simple class to handle the copying of PK fields from an object id to an object.