public interface TransactionMember
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransactionMember.Wrapper<T>
Created by epoitras on 3/5/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
flush() |
void |
rollback() |
void flush()
throws TransactionException
TransactionExceptionvoid commit()
throws TransactionException
TransactionExceptionvoid rollback()
throws TransactionException
TransactionExceptionCopyright © 2016. All rights reserved.