Uses of Interface
javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
Packages that use JDOImplHelper.StateInterrogationObjectReturn
Package
Description
This package contains the JDO specification interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of JDOImplHelper.StateInterrogationObjectReturn in javax.jdo
Fields in javax.jdo declared as JDOImplHelper.StateInterrogationObjectReturnModifier and TypeFieldDescription(package private) static JDOImplHelper.StateInterrogationObjectReturnJDOHelper.getObjectIdThe stateless instance used for handling non-binary-compatible implementations of getObjectId.(package private) static JDOImplHelper.StateInterrogationObjectReturnJDOHelper.getPersistenceManagerThe stateless instance used for handling non-binary-compatible implementations of getPersistenceManager.(package private) static JDOImplHelper.StateInterrogationObjectReturnJDOHelper.getTransactionalObjectIdThe stateless instance used for handling non-binary-compatible implementations of getTransactionalObjectId.(package private) static JDOImplHelper.StateInterrogationObjectReturnJDOHelper.getVersionThe stateless instance used for handling non-binary-compatible implementations of getVersion. -
Uses of JDOImplHelper.StateInterrogationObjectReturn in javax.jdo.spi
Methods in javax.jdo.spi with parameters of type JDOImplHelper.StateInterrogationObjectReturnModifier and TypeMethodDescriptionJDOImplHelper.nonBinaryCompatibleGet(Object pc, JDOImplHelper.StateInterrogationObjectReturn sibr) Return an object associated with a non-binary-compatible instance.