Uses of Interface
javax.jdo.spi.StateInterrogation
-
Packages that use StateInterrogation Package Description javax.jdo.spi This package contains the interfaces and classes used by JDO implementations. -
-
Uses of StateInterrogation in javax.jdo.spi
Fields in javax.jdo.spi with type parameters of type StateInterrogation Modifier and Type Field Description private static java.util.List<StateInterrogation>JDOImplHelper. stateInterrogationsThe list of registered StateInterrogation instancesMethods in javax.jdo.spi with parameters of type StateInterrogation Modifier and Type Method Description voidJDOImplHelper. addStateInterrogation(StateInterrogation si)Add a StateInterrogation to the list.java.lang.ObjectJDOImplHelper.StateInterrogationObjectReturn. get(java.lang.Object pc, StateInterrogation si)Return the associated instance.java.lang.BooleanJDOImplHelper.StateInterrogationBooleanReturn. is(java.lang.Object pc, StateInterrogation si)Interrogate the state of the instancevoidJDOImplHelper. removeStateInterrogation(StateInterrogation si)Remove a StateInterrogation from the list.
-