Uses of Interface
com.suncode.pwfl.transaction.support.TransactionWrapper.SharkCallable
Packages that use TransactionWrapper.SharkCallable
-
Uses of TransactionWrapper.SharkCallable in com.suncode.pwfl.transaction.support
Methods in com.suncode.pwfl.transaction.support with parameters of type TransactionWrapper.SharkCallableModifier and TypeMethodDescription<T> T
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkCallable<T> callable) Calls given function inside opened shark transaction and returns function result.<T> T
TransactionWrapper.doInSharkTransaction
(TransactionWrapper.SharkCallable<T> callable, boolean readOnly) Calls given function inside opened shark transaction and returns function result.