| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsolationLevel | |
|---|---|
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| Uses of IsolationLevel in org.apache.openjpa.persistence.jdbc | 
|---|
| Methods in org.apache.openjpa.persistence.jdbc that return IsolationLevel | |
|---|---|
| static IsolationLevel | IsolationLevel.fromConnectionConstant(int constant) | 
|  IsolationLevel | JDBCFetchPlan.getIsolation()The isolation level for queries issued to the database. | 
|  IsolationLevel | JDBCFetchPlanImpl.getIsolation() | 
| static IsolationLevel | IsolationLevel.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IsolationLevel[] | IsolationLevel.values()Returns an array containing the constants of this enum type, in the order they're declared. | 
| Methods in org.apache.openjpa.persistence.jdbc with parameters of type IsolationLevel | |
|---|---|
|  JDBCFetchPlan | JDBCFetchPlan.setIsolation(IsolationLevel level)The isolation level for queries issued to the database. | 
|  JDBCFetchPlan | JDBCFetchPlanImpl.setIsolation(IsolationLevel level) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||