Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
static IsolationLevel |
IsolationLevel.fromConnectionConstant(int constant) |
IsolationLevel |
IsolationLevel.fromKernelConstant(int i) |
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
JDBCFetchPlan |
JDBCFetchPlan.setIsolation(IsolationLevel level)
The isolation level for queries issued to the database.
|
JDBCFetchPlan |
JDBCFetchPlanImpl.setIsolation(IsolationLevel level) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.