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.StateInterrogationBooleanReturnJDOHelper.isDeletedThe stateless instance used for handling non-binary-compatible implementations of isDeleted.(package private) static JDOImplHelper.StateInterrogationBooleanReturnJDOHelper.isDetachedThe stateless instance used for handling non-binary-compatible implementations of isDetached.(package private) static JDOImplHelper.StateInterrogationBooleanReturnJDOHelper.isDirtyThe stateless instance used for handling non-binary-compatible implementations of isDirty.(package private) static JDOImplHelper.StateInterrogationBooleanReturnJDOHelper.isNewThe stateless instance used for handling non-binary-compatible implementations of isNew.(package private) static JDOImplHelper.StateInterrogationBooleanReturnJDOHelper.isPersistentThe stateless instance used for handling non-binary-compatible implementations of isPersistent.(package private) static JDOImplHelper.StateInterrogationBooleanReturnJDOHelper.isTransactionalThe 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 TypeMethodDescriptionbooleanJDOImplHelper.nonBinaryCompatibleIs(Object pc, JDOImplHelper.StateInterrogationBooleanReturn sibr) Determine the state of a non-binary-compatible instance.