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.
|
void |
JDOImplHelper.addStateInterrogation(StateInterrogation si)
Add a StateInterrogation to the list.
|
Object |
JDOImplHelper.StateInterrogationObjectReturn.get(Object pc,
StateInterrogation si)
Return the associated instance.
|
Object |
JDOImplHelper.StateInterrogationObjectReturn.get(Object pc,
StateInterrogation si)
Return the associated instance.
|
Boolean |
JDOImplHelper.StateInterrogationBooleanReturn.is(Object pc,
StateInterrogation si)
Interrogate the state of the instance
|
Boolean |
JDOImplHelper.StateInterrogationBooleanReturn.is(Object pc,
StateInterrogation si)
Interrogate the state of the instance
|
void |
JDOImplHelper.removeStateInterrogation(StateInterrogation si)
Remove a StateInterrogation from the list.
|
void |
JDOImplHelper.removeStateInterrogation(StateInterrogation si)
Remove a StateInterrogation from the list.
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.