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 TypeMethodDescriptionvoidTransactionWrapper.doInSharkTransaction(TransactionWrapper.SharkRunnable runnable) Calls given function inside opened shark transaction.voidTransactionWrapper.doInSharkTransaction(TransactionWrapper.SharkRunnable runnable, boolean readOnly) Calls given function inside opened shark transaction.voidTransactionWrapper.doInSharkTransaction(TransactionWrapper.SharkRunnable runnable, int propagationBehaviour) voidTransactionWrapper.doInSharkTransaction(TransactionWrapper.SharkRunnable runnable, int propagationBehaviour, boolean readOnly)