org.wildfly.extras.creaper.commands.transactions
Class TransactionManager

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.transactions.TransactionManager

public final class TransactionManager
extends Object

Entry point for configuring transactions subsystem.


Method Summary
static ChangeBasicTransactionAttributes.Builder basicAttributes()
          If changing something is not needed, do not set it (it won't be changed)
static ChangeJdbcTransactionAttributes.Builder jdbc()
          If changing something is not needed, do not set it (it won't be changed) JDBC options are available for EAP 6.2.0 and higher in transaction subsystem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

basicAttributes

public static ChangeBasicTransactionAttributes.Builder basicAttributes()
If changing something is not needed, do not set it (it won't be changed)


jdbc

public static ChangeJdbcTransactionAttributes.Builder jdbc()
If changing something is not needed, do not set it (it won't be changed) JDBC options are available for EAP 6.2.0 and higher in transaction subsystem.



Copyright © 2020. All rights reserved.