Uses of Interface
com.suncode.pwfl.transaction.support.TransactionWrapper.SharkRunnable
Packages that use TransactionWrapper.SharkRunnable
-
Uses of TransactionWrapper.SharkRunnable in com.suncode.pwfl.transaction.support
Methods in com.suncode.pwfl.transaction.support with parameters of type TransactionWrapper.SharkRunnableModifier and TypeMethodDescriptionvoid
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkRunnable runnable) Calls given function inside opened shark transaction.void
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkRunnable runnable, boolean readOnly) Calls given function inside opened shark transaction.void
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkRunnable runnable, int propagationBehaviour) void
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkRunnable runnable, int propagationBehaviour, boolean readOnly)