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> 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.<T> T
TransactionWrapper.doInNewHibernateTransaction
(TransactionWrapper.HibernateCallable<T> callable, boolean readOnly) Calls given function inside new hibernate transaction and returns function result.runnable.