| Package | Description |
|---|---|
| org.hibernate.engine.transaction.internal.jdbc | |
| org.hibernate.engine.transaction.internal.jta | |
| org.hibernate.engine.transaction.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcIsolationDelegate
The isolation delegate for JDBC
Connection based transactions |
| Modifier and Type | Method and Description |
|---|---|
IsolationDelegate |
JdbcTransaction.createIsolationDelegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
JtaIsolationDelegate
An isolation delegate for JTA environments.
|
| Modifier and Type | Method and Description |
|---|---|
IsolationDelegate |
JtaTransaction.createIsolationDelegate() |
IsolationDelegate |
CMTTransaction.createIsolationDelegate() |
| Modifier and Type | Method and Description |
|---|---|
IsolationDelegate |
TransactionImplementor.createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.