Uses of Interface
javax.jdo.spi.StateInterrogation
Packages that use StateInterrogation
Package
Description
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 StateInterrogationModifier and TypeMethodDescriptionvoidJDOImplHelper.addStateInterrogation(StateInterrogation si) Add a StateInterrogation to the list.JDOImplHelper.StateInterrogationObjectReturn.get(Object pc, StateInterrogation si) Return the associated instance.JDOImplHelper.StateInterrogationBooleanReturn.is(Object pc, StateInterrogation si) Interrogate the state of the instancevoidJDOImplHelper.removeStateInterrogation(StateInterrogation si) Remove a StateInterrogation from the list.