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.StateInterrogationBooleanReturn |
JDOHelper.isDeleted
The stateless instance used for handling non-binary-compatible
implementations of isDeleted.
|
(package private) static JDOImplHelper.StateInterrogationBooleanReturn |
JDOHelper.isDetached
The stateless instance used for handling non-binary-compatible
implementations of isDetached.
|
(package private) static JDOImplHelper.StateInterrogationBooleanReturn |
JDOHelper.isDirty
The stateless instance used for handling non-binary-compatible
implementations of isDirty.
|
(package private) static JDOImplHelper.StateInterrogationBooleanReturn |
JDOHelper.isNew
The stateless instance used for handling non-binary-compatible
implementations of isNew.
|
(package private) static JDOImplHelper.StateInterrogationBooleanReturn |
JDOHelper.isPersistent
The stateless instance used for handling non-binary-compatible
implementations of isPersistent.
|
(package private) static JDOImplHelper.StateInterrogationBooleanReturn |
JDOHelper.isTransactional
The stateless instance used for handling non-binary-compatible
implementations of isTransactional.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JDOImplHelper.nonBinaryCompatibleIs(java.lang.Object pc,
JDOImplHelper.StateInterrogationBooleanReturn sibr)
Determine the state of a non-binary-compatible instance.
|