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 OpenJPAEntityManager.getDetachState()
          Detach mode constant to determine which fields are part of the detached graph.
 DetachStateType EntityManagerImpl.getDetachState()
           
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 OpenJPAEntityManager.setDetachState(DetachStateType type)
          Detach mode constant to determine which fields are part of the detached graph.
 void EntityManagerImpl.setDetachState(DetachStateType type)
           
 



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