Uses of Interface
javax.jdo.spi.JDOImplHelper.StateInterrogationObjectReturn
-
Packages that use JDOImplHelper.StateInterrogationObjectReturn Package Description javax.jdo Package providing the Java Data Objects (JDO) primary API components.javax.jdo.spi 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.StateInterrogationObjectReturn Modifier and Type Field Description (package private) static JDOImplHelper.StateInterrogationObjectReturn
JDOHelper. getObjectId
The stateless instance used for handling non-binary-compatible implementations of getObjectId.(package private) static JDOImplHelper.StateInterrogationObjectReturn
JDOHelper. getPersistenceManager
The stateless instance used for handling non-binary-compatible implementations of getPersistenceManager.(package private) static JDOImplHelper.StateInterrogationObjectReturn
JDOHelper. getTransactionalObjectId
The stateless instance used for handling non-binary-compatible implementations of getTransactionalObjectId.(package private) static JDOImplHelper.StateInterrogationObjectReturn
JDOHelper. getVersion
The 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.StateInterrogationObjectReturn Modifier and Type Method Description java.lang.Object
JDOImplHelper. nonBinaryCompatibleGet(java.lang.Object pc, JDOImplHelper.StateInterrogationObjectReturn sibr)
Return an object associated with a non-binary-compatible instance.
-