Package | Description |
---|---|
net.sf.mmm.transaction.api |
Provides the API for transaction support.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
net.sf.mmm.transaction.impl.jpa |
Provides the implementation for transaction support using JPA.
|
net.sf.mmm.transaction.impl.jta |
Provides the implementation for transaction support using JTA.
|
net.sf.mmm.transaction.impl.spring |
Provides the implementation for transaction support using spring-transaction.
|
Modifier and Type | Method and Description |
---|---|
RESULT |
TransactionCallable.call(TransactionAdapter transactionContext)
Computes a result, or throws an exception if unable to do so.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractTransactionExecutor.AbstractTransactionAdapter<TRANSACTION>
This is the abstract base implementation of the
TransactionAdapter interface. |
private class |
NoTransactionExecutor.NoTransactionAdapter
A dummy transaction adapter.
|
Modifier and Type | Class and Description |
---|---|
private class |
JpaTransactionExecutor.JpaTransactionAdapter
This is the implementation of the
TransactionAdapter interface using
JPA. |
Modifier and Type | Class and Description |
---|---|
private class |
JtaTransactionExecutor.JtaTransactionAdapter
This is the implementation of the
TransactionAdapter interface using
JTA. |
Modifier and Type | Class and Description |
---|---|
private class |
SpringTransactionExecutor.SpringTransactionAdapter
This is the implementation of the
TransactionAdapter interface using
spring-tx. |
Copyright © 2001–2016 mmm-Team. All rights reserved.