Package | Description |
---|---|
org.hibernate.resource.transaction |
Defines the resource-level transaction capabilities of Hibernate, which revolves around the
TransactionCoordinator contract. |
org.hibernate.resource.transaction.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal |
Modifier and Type | Method and Description |
---|---|
IsolationDelegate |
TransactionCoordinator.createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcIsolationDelegate |
Modifier and Type | Method and Description |
---|---|
IsolationDelegate |
JdbcResourceLocalTransactionCoordinatorImpl.createIsolationDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
JtaIsolationDelegate
An isolation delegate for JTA environments.
|
Modifier and Type | Method and Description |
---|---|
IsolationDelegate |
JtaTransactionCoordinatorImpl.createIsolationDelegate() |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.