Package | Description |
---|---|
org.hibernate.resource.transaction.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal | |
org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
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() |
Modifier and Type | Method and Description |
---|---|
IsolationDelegate |
TransactionCoordinator.createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.