public class SqlTxWrapper
extends java.lang.Object
implements io.flamingock.internal.core.transaction.TransactionWrapper
| Constructor and Description |
|---|
SqlTxWrapper(io.flamingock.internal.core.transaction.TransactionManager<java.sql.Connection> txManager) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
wrapInTransaction(io.flamingock.internal.core.runtime.ExecutionRuntime executionRuntime,
java.util.function.Function<io.flamingock.internal.core.runtime.ExecutionRuntime,T> operation) |
public SqlTxWrapper(io.flamingock.internal.core.transaction.TransactionManager<java.sql.Connection> txManager)
public <T> T wrapInTransaction(io.flamingock.internal.core.runtime.ExecutionRuntime executionRuntime,
java.util.function.Function<io.flamingock.internal.core.runtime.ExecutionRuntime,T> operation)
wrapInTransaction in interface io.flamingock.internal.core.transaction.TransactionWrapper