Package | Description |
---|---|
javax.jdo.spi |
This package contains the interfaces and classes used by JDO implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOImplHelper.addStateInterrogation(StateInterrogation si)
Add a StateInterrogation to the list.
|
java.lang.Object |
JDOImplHelper.StateInterrogationObjectReturn.get(java.lang.Object pc,
StateInterrogation si)
Return the associated instance.
|
java.lang.Boolean |
JDOImplHelper.StateInterrogationBooleanReturn.is(java.lang.Object pc,
StateInterrogation si)
Interrogate the state of the instance
|
void |
JDOImplHelper.removeStateInterrogation(StateInterrogation si)
Remove a StateInterrogation from the list.
|