| Package | Description |
|---|---|
| org.apache.seata.rm.datasource.xa |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionProxyXA
Connection proxy for XA mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractConnectionProxyXA |
StatementProxyXA.connectionProxyXA |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Statement> |
ExecuteTemplateXA.execute(AbstractConnectionProxyXA connectionProxyXA,
StatementCallback<T,S> statementCallback,
S targetStatement,
Object... args) |
| Constructor and Description |
|---|
PreparedStatementProxyXA(AbstractConnectionProxyXA connectionProxyXA,
PreparedStatement targetStatement) |
StatementProxyXA(AbstractConnectionProxyXA connectionProxyXA,
Statement targetStatement) |
Copyright © 2024 Apache. All rights reserved.