Uses of Enum
io.ebean.event.changelog.TxnState
Packages that use TxnState
Package
Description
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 TxnStateModifier and TypeMethodDescriptionChangeSet.getTxnState()Return the transaction state.static TxnStateReturns 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 TxnStateModifier and TypeMethodDescriptionvoidChangeSet.setTxnState(TxnState txnState) Set the state (used by JSON tools).