Uses of Package
org.apache.jdo.impl.state

Packages that use org.apache.jdo.impl.state
org.apache.jdo.impl.state   
 

Classes in org.apache.jdo.impl.state used by org.apache.jdo.impl.state
AutoPersistentNewFlushed
          This class represents AutoPersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
LifeCycleState
          This is an abstract LifeCycleState that provides the most common implementation for the state transitions and most common values for the state flags.
PersistentClean
          This class represents PersistentClean state specific state transitions as requested by StateManagerImpl.
PersistentDeleted
          This class represents PersistentDeleted state specific state transitions as requested by StateManagerImpl.
PersistentDirty
          This class represents PersistentDirty state specific state transitions as requested by StateManagerImpl.
PersistentNew
          This class represents PersistentNew state specific state transitions as requested by StateManagerImpl.
PersistentNewDeleted
          This class represents PersistentNewDeleted state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushed
          This class represents PersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushedDirty
          This class represents PersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
ReachabilityHandler
          This is the helper class to process persistence-by-reachability requests from the StateManager.
ReachabilityHandler.Processor
          An abstract class that knows how process reachability requests.
SCOProcessor
          This is the helper class to process SCO-related requests from the StateManager.
SCOProcessor.Processor
          An abstract class that knows how process SCO-related requests.
StateFieldManager
          This is the means by which a StateManager implementation's setXXXField() method (where XXX is e.g.
StateManagerImpl
          This is the StoreManager independent implemetation of javax.jdo.spi.StateManager interface.