Uses of Enum
io.ebean.event.changelog.TxnState
Package
Description
Provides a built in change log mechanism and can audit changes.
-
Uses of TxnState in io.ebean.event.changelog
Modifier and TypeMethodDescriptionChangeSet.getTxnState()
Return the transaction state.static TxnState
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.Modifier and TypeMethodDescriptionvoid
ChangeSet.setTxnState
(TxnState txnState) Set the state (used by JSON tools).