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

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

Uses of AutoClearType in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return AutoClearType
 AutoClearType OpenJPAEntityManager.getAutoClear()
          Whether to clear state when entering a transaction.
 AutoClearType EntityManagerImpl.getAutoClear()
           
static AutoClearType AutoClearType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AutoClearType[] AutoClearType.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 AutoClearType
 void OpenJPAEntityManager.setAutoClear(AutoClearType clearType)
          Whether to clear state when entering a transaction.
 void EntityManagerImpl.setAutoClear(AutoClearType val)
           
 



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