Uses of Class
org.apache.jdo.impl.state.PersistentNew

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

Uses of PersistentNew in org.apache.jdo.impl.state
 

Subclasses of PersistentNew in org.apache.jdo.impl.state
(package private)  class AutoPersistentNew
          This class represents AutoPersistentNew state specific state transitions as requested by StateManagerImpl.
(package private)  class AutoPersistentNewFlushed
          This class represents AutoPersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
(package private)  class AutoPersistentNewFlushedDirty
          This class represents AutoPersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
(package private)  class 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).
(package private)  class PersistentNewFlushed
          This class represents PersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
(package private)  class PersistentNewFlushedDirty
          This class represents PersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.