| Package | Description |
|---|---|
| net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
| net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
| 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.
|
| Class and Description |
|---|
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| Class and Description |
|---|
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| Class and Description |
|---|
| TransactionAdapter
This interface adapts underlying transactions.
|
| TransactionCallable
This interface is like a
Callable but gets a
TransactionAdapter as argument in order to do
intermediate commits (e.g. |
| TransactionContext
This is the interface for a context for custom-data associated with an
TransactionAdapter. |
| TransactionEventType
This enum contains the available
types of
TransactionEvents. |
| TransactionIsolationLevel
This enum contains the available isolation-levels for a transaction as
defined by
Connection.getTransactionIsolation(). |
| TransactionSettings
This class is a simple bean that can be used to configure transactions used
by the
TransactionExecutor. |
| Class and Description |
|---|
| TransactionAdapter
This interface adapts underlying transactions.
|
| TransactionCallable
This interface is like a
Callable but gets a
TransactionAdapter as argument in order to do
intermediate commits (e.g. |
| TransactionContext
This is the interface for a context for custom-data associated with an
TransactionAdapter. |
| TransactionEvent |
| TransactionEventType
This enum contains the available
types of
TransactionEvents. |
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| TransactionSettings
This class is a simple bean that can be used to configure transactions used
by the
TransactionExecutor. |
| Class and Description |
|---|
| TransactionAdapter
This interface adapts underlying transactions.
|
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| TransactionSettings
This class is a simple bean that can be used to configure transactions used
by the
TransactionExecutor. |
| Class and Description |
|---|
| TransactionAdapter
This interface adapts underlying transactions.
|
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| TransactionSettings
This class is a simple bean that can be used to configure transactions used
by the
TransactionExecutor. |
| Class and Description |
|---|
| TransactionAdapter
This interface adapts underlying transactions.
|
| TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
| TransactionSettings
This class is a simple bean that can be used to configure transactions used
by the
TransactionExecutor. |
Copyright © 2001–2016 mmm-Team. All rights reserved.