Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
javax.jdo.spi |
This package contains the interfaces and classes used by JDO implementations.
|
Modifier and Type | Field and Description |
---|---|
(package private) static JDOImplHelper.StateInterrogationObjectReturn |
JDOHelper.getObjectId
The stateless instance used for handling non-binary-compatible
implementations of getObjectId.
|
(package private) static JDOImplHelper.StateInterrogationObjectReturn |
JDOHelper.getPersistenceManager
The stateless instance used for handling non-binary-compatible
implementations of getPersistenceManager.
|
(package private) static JDOImplHelper.StateInterrogationObjectReturn |
JDOHelper.getTransactionalObjectId
The stateless instance used for handling non-binary-compatible
implementations of getTransactionalObjectId.
|
(package private) static JDOImplHelper.StateInterrogationObjectReturn |
JDOHelper.getVersion
The stateless instance used for handling non-binary-compatible
implementations of getVersion.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JDOImplHelper.nonBinaryCompatibleGet(java.lang.Object pc,
JDOImplHelper.StateInterrogationObjectReturn sibr)
Return an object associated with a non-binary-compatible instance.
|