public static final class ChangeJdbcTransactionAttributes.Builder extends Object
Please note that WildFly 9 has a bug: if the journal store is enabled, it isn't automatically disabled when enabling the JDBC store. Moreover, disabling the journal store properly requires server restart, which is why this command doesn't do that under the hood. All other versions (WildFly 8 and previous, WildFly 10 and later) are fine.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
actionStoreDropTable |
protected String |
actionStoreTablePrefix |
protected Boolean |
communicationStoreDropTable |
protected String |
communicationStoreTablePrefix |
protected Boolean |
stateStoreDropTable |
protected String |
stateStoreTablePrefix |
protected String |
storeDatasource |
protected Boolean |
useJdbcStore |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChangeJdbcTransactionAttributes.Builder |
actionStoreDropTable(boolean value) |
ChangeJdbcTransactionAttributes.Builder |
actionStoreTablePrefix(String value) |
ChangeJdbcTransactionAttributes |
build() |
ChangeJdbcTransactionAttributes.Builder |
communicationStoreDropTable(boolean value) |
ChangeJdbcTransactionAttributes.Builder |
communicationStoreTablePrefix(String value) |
ChangeJdbcTransactionAttributes.Builder |
stateStoreDropTable(boolean value) |
ChangeJdbcTransactionAttributes.Builder |
stateStoreTablePrefix(String value) |
ChangeJdbcTransactionAttributes.Builder |
storeDatasource(String value) |
ChangeJdbcTransactionAttributes.Builder |
useJdbcStore(boolean value) |
protected Boolean useJdbcStore
protected String storeDatasource
protected Boolean actionStoreDropTable
protected String actionStoreTablePrefix
protected Boolean communicationStoreDropTable
protected String communicationStoreTablePrefix
protected Boolean stateStoreDropTable
protected String stateStoreTablePrefix
public ChangeJdbcTransactionAttributes.Builder useJdbcStore(boolean value)
public ChangeJdbcTransactionAttributes.Builder storeDatasource(String value)
public ChangeJdbcTransactionAttributes.Builder actionStoreDropTable(boolean value)
public ChangeJdbcTransactionAttributes.Builder actionStoreTablePrefix(String value)
public ChangeJdbcTransactionAttributes.Builder communicationStoreDropTable(boolean value)
public ChangeJdbcTransactionAttributes.Builder communicationStoreTablePrefix(String value)
public ChangeJdbcTransactionAttributes.Builder stateStoreDropTable(boolean value)
public ChangeJdbcTransactionAttributes.Builder stateStoreTablePrefix(String value)
public ChangeJdbcTransactionAttributes build()
Copyright © 2021. All rights reserved.