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.
|
net.sf.mmm.util.event.base |
Contains the abstract base-implementation of the
event-handling API . |
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionExecutor
This is the interface for a component capable of executing your code within a transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionExecutor
This is the abstract base implementation of the
TransactionExecutor interface. |
class |
NoTransactionExecutor
TODO: this class ...
|
Modifier and Type | Class and Description |
---|---|
class |
JpaTransactionExecutor
This is the implementation of the
TransactionExecutor interface using
the JPA (Java Persistence API). |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionExecutor
This is the implementation of the
TransactionExecutor interface using
the JTA (Java Transaction API). |
Modifier and Type | Class and Description |
---|---|
class |
SpringTransactionExecutor
This is the implementation of
TransactionExecutor using spring-transaction . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventSource<E extends Event,L extends EventListener<E>>
This is the abstract base implementation of the
EventListener interface. |
class |
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>>
This class extends
AbstractSynchronizedEventSource with the ability to send events asynchronous in separate
Thread s. |
class |
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>>
This class extends
AbstractEventSource with the ability of synchronization and therefore is thread-safe. |
Copyright © 2001–2016 mmm-Team. All rights reserved.