| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(java.lang.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) | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||