Uses of Interface
javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn
Packages that use JDOImplHelper.StateInterrogationBooleanReturn
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.StateInterrogationBooleanReturn in javax.jdo
Fields in javax.jdo declared as JDOImplHelper.StateInterrogationBooleanReturnModifier and TypeFieldDescription(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isDeleted
The stateless instance used for handling non-binary-compatible implementations of isDeleted.(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isDetached
The stateless instance used for handling non-binary-compatible implementations of isDetached.(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isDirty
The stateless instance used for handling non-binary-compatible implementations of isDirty.(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isNew
The stateless instance used for handling non-binary-compatible implementations of isNew.(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isPersistent
The stateless instance used for handling non-binary-compatible implementations of isPersistent.(package private) static JDOImplHelper.StateInterrogationBooleanReturn
JDOHelper.isTransactional
The stateless instance used for handling non-binary-compatible implementations of isTransactional. -
Uses of JDOImplHelper.StateInterrogationBooleanReturn in javax.jdo.spi
Methods in javax.jdo.spi with parameters of type JDOImplHelper.StateInterrogationBooleanReturnModifier and TypeMethodDescriptionboolean
JDOImplHelper.nonBinaryCompatibleIs
(Object pc, JDOImplHelper.StateInterrogationBooleanReturn sibr) Determine the state of a non-binary-compatible instance.