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
Methods in javax.jdo.spi with parameters of type StateInterrogation Modifier and Type Method Description voidJDOImplHelper. addStateInterrogation(StateInterrogation si)Add a StateInterrogation to the list.ObjectJDOImplHelper.StateInterrogationObjectReturn. get(Object pc, StateInterrogation si)Return the associated instance.BooleanJDOImplHelper.StateInterrogationBooleanReturn. is(Object pc, StateInterrogation si)Interrogate the state of the instancevoidJDOImplHelper. removeStateInterrogation(StateInterrogation si)Remove a StateInterrogation from the list.
-