Enum Class TransactionSemantics

java.lang.Object
java.lang.Enum<TransactionSemantics>
io.quarkus.narayana.jta.TransactionSemantics
All Implemented Interfaces:
Serializable, Comparable<TransactionSemantics>, Constable

public enum TransactionSemantics extends Enum<TransactionSemantics>
Enum that can be used to control the transaction behaviour in the presence or absence of an existing transaction.
See Also: