Class | Description |
---|---|
TransactionDependenciesProcessor |
Looks for usage of the @Transactional CDI interceptor (JTA 1.2) or the @TransactionScoped CDI context (JTA 1.2)
and adds the org.jboss.jts module dependency if they are found.
|
TransactionJndiBindingProcessor |
Processor responsible for binding transaction related resources to JNDI.
|
TransactionLeakRollbackProcessor |
Processor that adds a
SetupAction to the deployment that prevents
transactions from leaking from web requests. |
TransactionRollbackSetupAction |
Setup action that makes sure that no transactions leak from EE requests
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.