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

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

Uses of DetachStateType in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return DetachStateType
 DetachStateType EntityManagerImpl.getDetachState()
           
 DetachStateType OpenJPAEntityManager.getDetachState()
          Detach mode constant to determine which fields are part of the detached graph.
static DetachStateType DetachStateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DetachStateType[] DetachStateType.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 DetachStateType
 void EntityManagerImpl.setDetachState(DetachStateType type)
           
 void OpenJPAEntityManager.setDetachState(DetachStateType type)
          Detach mode constant to determine which fields are part of the detached graph.
 



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