Uses of Class
org.apache.openjpa.persistence.RestoreStateType

Packages that use RestoreStateType
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of RestoreStateType in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return RestoreStateType
 RestoreStateType OpenJPAEntityManager.getRestoreState()
          Whether to restore an object's original state on rollback.
 RestoreStateType EntityManagerImpl.getRestoreState()
           
static RestoreStateType RestoreStateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestoreStateType[] RestoreStateType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.openjpa.persistence with parameters of type RestoreStateType
 void OpenJPAEntityManager.setRestoreState(RestoreStateType restoreType)
          Whether to restore an object's original state on rollback.
 void EntityManagerImpl.setRestoreState(RestoreStateType val)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.