public static interface Stage.Transaction
Stage.Session.withTransaction(Function)
to mark a
transaction for rollback. A transaction marked for rollback will
never be committed.Modifier and Type | Method and Description |
---|---|
boolean |
isMarkedForRollback()
Is the current transaction marked for rollback.
|
void |
markForRollback()
Mark the current transaction for rollback.
|
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.