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 EntityManagerImpl.getAutoClear()
           
 AutoClearType OpenJPAEntityManager.getAutoClear()
          Whether to clear state when entering a transaction.
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 EntityManagerImpl.setAutoClear(AutoClearType val)
           
 void OpenJPAEntityManager.setAutoClear(AutoClearType clearType)
          Whether to clear state when entering a transaction.
 



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