Uses of Interface
com.suncode.pwfl.transaction.support.TransactionWrapper.HibernateCallable
Packages that use TransactionWrapper.HibernateCallable
- 
Uses of TransactionWrapper.HibernateCallable in com.suncode.pwfl.transaction.support
Methods in com.suncode.pwfl.transaction.support with parameters of type TransactionWrapper.HibernateCallableModifier and TypeMethodDescription<T> TTransactionWrapper.doInHibernateTransaction(TransactionWrapper.HibernateCallable<T> callable) Calls given function inside opened hibernate transaction and returns function result.<T> TTransactionWrapper.doInNewHibernateTransaction(TransactionWrapper.HibernateCallable<T> callable) Calls given function inside new hibernate transaction and returns function result.runnable.<T> TTransactionWrapper.doInNewHibernateTransaction(TransactionWrapper.HibernateCallable<T> callable, boolean readOnly) Calls given function inside new hibernate transaction and returns function result.runnable.