This information matches the features of the Transactional annotation. You can use it directly with TxRunnable or TxCallable via {@link Ebean#execute(TxScope,TxCallable)} or{@link Ebean#execute(TxScope,TxRunnable)}.
This object is used internally with the enhancement of a method with Transactional annotation.
@see TxCallable @see TxRunnable @see Ebean#execute(TxScope,TxCallable) @see Ebean#execute(TxScope,TxRunnable)
|
|