Uses of Interface
javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn

Packages that use JDOImplHelper.StateInterrogationBooleanReturn
javax.jdo This package contains the JDO specification interfaces and classes. 
javax.jdo.spi 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.StateInterrogationBooleanReturn
(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.StateInterrogationBooleanReturn
 boolean JDOImplHelper.nonBinaryCompatibleIs(java.lang.Object pc, JDOImplHelper.StateInterrogationBooleanReturn sibr)
          Determine the state of a non-binary-compatible instance.