protected abstract static class DefaultTransactionManager.BaseTransactionHandler extends Object
Modifier and Type | Method and Description |
---|---|
protected abstract <T> T |
handle(TransactionalOperation<T> op,
TransactionListener callback,
TransactionDescriptor descriptor) |
protected <T> T |
performInNewTransaction(TransactionalOperation<T> op,
TransactionListener callback,
TransactionDescriptor descriptor) |
protected <T> T |
performInTransaction(Transaction tx,
TransactionalOperation<T> op,
TransactionListener callback) |
protected abstract <T> T handle(TransactionalOperation<T> op, TransactionListener callback, TransactionDescriptor descriptor)
protected <T> T performInNewTransaction(TransactionalOperation<T> op, TransactionListener callback, TransactionDescriptor descriptor)
protected <T> T performInTransaction(Transaction tx, TransactionalOperation<T> op, TransactionListener callback)
Copyright © 2001–2019 Apache Cayenne. All rights reserved.