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) |
java.lang.Boolean |
JDOImplHelper.StateInterrogationBooleanReturn.is(java.lang.Object pc,
StateInterrogation si) |
void |
JDOImplHelper.removeStateInterrogation(StateInterrogation si)
Remove a StateInterrogation from the list.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.