mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#808 - ENH: Add Transaction commitAndContinue() ...
This commit is contained in:
@@ -32,6 +32,11 @@ public class ScopedTransaction implements SpiTransaction {
|
||||
this.transaction = scopeTrans.getTransaction();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void commitAndContinue() throws RollbackException {
|
||||
transaction.commitAndContinue();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void commit() throws RollbackException {
|
||||
scopeTrans.commitTransaction();
|
||||
|
||||
Reference in New Issue
Block a user