Package org.apache.jdo.impl.state

Class Summary
AutoPersistentNew This class represents AutoPersistentNew state specific state transitions as requested by StateManagerImpl.
AutoPersistentNewFlushed This class represents AutoPersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
AutoPersistentNewFlushedDirty This class represents AutoPersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
AutoPersistentPending This class represents AutoPersistentPending state that is a result of a previous call to makePersistent on a transient instance that referenced this instance (persistence-by-reachability).
Hollow This class represents Hollow 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.
PersistentCleanTransactional This class represents PersistentCleanTransactional state specific state transitions as requested by StateManagerImpl.
PersistentDeleted This class represents PersistentDeleted state specific state transitions as requested by StateManagerImpl.
PersistentDeletedFlushed This class represents PersistentDeletedFlushed state specific state transitions as requested by StateManagerImpl.
PersistentDirty This class represents PersistentDirty state specific state transitions as requested by StateManagerImpl.
PersistentDirtyFlushed This class represents PersistentDirtyFlushedstate 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.
PersistentNewFlushedDeleted This class represents PersistentNewFlushedDeleted state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushedDirty This class represents PersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
PersistentNonTransactional This class represents PersistentNonTransactional state specific state transitions as requested by StateManagerImpl.
ReachabilityHandler This is the helper class to process persistence-by-reachability requests from the StateManager.
SCOProcessor This is the helper class to process SCO-related requests from the StateManager.
SimpleFieldManager This is the means by which a StateManager implementation's * setXXXField() method (where XXX is e.g.
StateFieldManager This is the means by which a StateManager implementation's setXXXField() method (where XXX is e.g.
StateManagerFactory This class is responsible for creation of new instances of a StateManagerInternal.
StateManagerImpl This is the StoreManager independent implemetation of javax.jdo.spi.StateManager interface.
TransientClean This class represents TransientClean state specific state transitions as requested by StateManagerImpl.
TransientDirty This class represents TransientDirty state specific state transitions as requested by StateManagerImpl.