JDO Method
in javax.jdo.spi.StateInterrogation

Object getTransactionalObjectId(
  Object pc
)


Return a copy of the JDO identity associated with the parameter instance.

Instances unknown by the implementation return null.

Parameters:
pc - the instance.
Return:
a copy of the ObjectId of the parameter instance as modified in this transaction.
See Also:
PersistenceCapable()
PersistenceManager.getObjectById(Object oid,boolean validate)
Since:
JDO 2.0