Uses of Interface
com.suncode.pwfl.transaction.support.TransactionWrapper.SneakyHibernateCallable
Packages that use TransactionWrapper.SneakyHibernateCallable
-
Uses of TransactionWrapper.SneakyHibernateCallable in com.suncode.pwfl.transaction.support
Methods in com.suncode.pwfl.transaction.support with parameters of type TransactionWrapper.SneakyHibernateCallableModifier and TypeMethodDescription<T> T
TransactionWrapper.doInSneakyHibernateTransaction
(TransactionWrapper.SneakyHibernateCallable<T> callable) Calls given function inside opened hibernate transaction and returns function result.