| Package | Description |
|---|---|
| com.suncode.pwfl.transaction.support |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TransactionWrapper.doInHibernateTransaction(TransactionWrapper.HibernateCallable<T> callable)
Calls given function inside opened hibernate transaction and returns function result.
|
<T> T |
TransactionWrapper.doInNewHibernateTransaction(TransactionWrapper.HibernateCallable<T> callable)
Calls given function inside new hibernate transaction and returns function result.runnable.
|
Copyright © 2023 Suncode. All rights reserved.