Uses of Interface
com.suncode.pwfl.transaction.support.TransactionWrapper.HibernateRunnable
Packages that use TransactionWrapper.HibernateRunnable
-
Uses of TransactionWrapper.HibernateRunnable in com.suncode.pwfl.transaction.support
Methods in com.suncode.pwfl.transaction.support with parameters of type TransactionWrapper.HibernateRunnableModifier and TypeMethodDescriptionvoid
TransactionWrapper.doInHibernateTransaction
(TransactionWrapper.HibernateRunnable runnable) Calls given function inside opened hibernate transaction.void
TransactionWrapper.doInNewHibernateTransaction
(TransactionWrapper.HibernateRunnable runnable)