Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » kernel » [javadoc | source]
org.apache.openjpa.kernel
class: PNewProvisionalState [javadoc | source]
java.lang.Object
   org.apache.openjpa.kernel.PCState
      org.apache.openjpa.kernel.PNewProvisionalState

All Implemented Interfaces:
    Serializable

Lifecycle state. Represents an instance that was made persistent via reachability within the current transaction.
Fields inherited from org.apache.openjpa.kernel.PCState:
PNEW,  PCLEAN,  PDIRTY,  PDELETED,  PNEWDELETED,  PNEWPROVISIONAL,  PNONTRANS,  PNONTRANSDIRTY,  PNONTRANSNEW,  PNONTRANSDELETED,  HOLLOW,  TRANSIENT,  TCLEAN,  TDIRTY,  TLOADED,  ECOPY,  ECLEAN,  EDIRTY,  EDELETED,  ENONTRANS,  PNEWFLUSHEDDELETED,  PNEWFLUSHEDDELETEDFLUSHED,  PDELETEDFLUSHED
Method from org.apache.openjpa.kernel.PNewProvisionalState Summary:
commit,   commitRetain,   delete,   initialize,   isDirty,   isNew,   isPersistent,   isProvisional,   isTransactional,   nonprovisional,   persist,   release,   rollback,   rollbackRestore
Methods from org.apache.openjpa.kernel.PCState:
afterNontransactionalRefresh,   afterOptimisticRefresh,   afterRefresh,   beforeFlush,   beforeNontransactionalRead,   beforeNontransactionalWrite,   beforeOptimisticRead,   beforeOptimisticWrite,   beforeRead,   beforeWrite,   commit,   commitRetain,   delete,   error,   evict,   flush,   initialize,   isDeleted,   isDirty,   isNew,   isPendingTransactional,   isPersistent,   isProvisional,   isTransactional,   isVersionCheckRequired,   nonprovisional,   nontransactional,   persist,   readResolve,   release,   rollback,   rollbackRestore,   transactional
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.kernel.PNewProvisionalState Detail:
 PCState commit(StateManagerImpl context) 
 PCState commitRetain(StateManagerImpl context) 
 PCState delete(StateManagerImpl context) 
  void initialize(StateManagerImpl context) 
 boolean isDirty() 
 boolean isNew() 
 boolean isPersistent() 
 boolean isProvisional() 
 boolean isTransactional() 
 PCState nonprovisional(StateManagerImpl context,
    boolean logical,
    OpCallbacks call) 
 PCState persist(StateManagerImpl context) 
 PCState release(StateManagerImpl context) 
 PCState rollback(StateManagerImpl context) 
 PCState rollbackRestore(StateManagerImpl context)