Package | Description |
---|---|
javax.jdo.spi |
This package contains the interfaces and classes used by JDO implementations.
|
Modifier and Type | Interface | Description |
---|---|---|
static interface |
PersistenceCapable.ObjectIdFieldManager |
This interface is a convenience interface that allows an instance to
implement both
ObjectIdFieldSupplier and
ObjectIdFieldConsumer . |
Modifier and Type | Method | Description |
---|---|---|
void |
JDOImplHelper.copyKeyFieldsToObjectId(java.lang.Class pcClass,
PersistenceCapable.ObjectIdFieldSupplier fm,
java.lang.Object oid) |
Copy fields from an outside source to the key fields in the ObjectId.
|
void |
PersistenceCapable.jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier fm,
java.lang.Object oid) |
Copy fields from an outside source to the key fields in the ObjectId.
|