Uses of Class
io.ebean.event.changelog.TxnState
-
Packages that use TxnState Package Description io.ebean.event.changelog Provides a built in change log mechanism and can audit changes. -
-
Uses of TxnState in io.ebean.event.changelog
Methods in io.ebean.event.changelog that return TxnState Modifier and Type Method Description TxnStateChangeSet. getTxnState()Return the transaction state.static TxnStateTxnState. valueOf(String name)Returns the enum constant of this type with the specified name.static TxnState[]TxnState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.event.changelog with parameters of type TxnState Modifier and Type Method Description voidChangeSet. setTxnState(TxnState txnState)Set the state (used by JSON tools).
-