| Package | Description |
|---|---|
| org.drools.persistence | |
| org.drools.persistence.jpa | |
| org.drools.persistence.jpa.marshaller | |
| org.drools.persistence.jta | |
| org.drools.persistence.map |
| Modifier and Type | Method and Description |
|---|---|
abstract TransactionManager |
TransactionManagerFactory.newTransactionManager() |
abstract TransactionManager |
TransactionManagerFactory.newTransactionManager(org.kie.api.runtime.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionManagerHelper.addToUpdatableSet(TransactionManager txm,
Transformable transformable) |
static Set<Transformable> |
TransactionManagerHelper.getUpdateableSet(TransactionManager txm) |
void |
TransactionAware.onEnd(TransactionManager txm) |
void |
TransactionAware.onStart(TransactionManager txm) |
static void |
TransactionManagerHelper.registerTransactionSyncInContainer(TransactionManager txm,
OrderedTransactionSynchronization synchronization) |
static void |
TransactionManagerHelper.removeFromUpdatableSet(TransactionManager txm,
Transformable transformable) |
| Constructor and Description |
|---|
EndOperationListenerImpl(TransactionManager txm,
SessionInfo info) |
TriggerUpdateTransactionSynchronization(TransactionManager txm,
org.kie.api.runtime.Environment environment) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
AbstractPersistenceContextManager.txm |
protected TransactionManager |
JpaPersistenceContext.txm |
| Constructor and Description |
|---|
JpaPersistenceContext(javax.persistence.EntityManager em,
boolean isJTA,
boolean locking,
TransactionManager txm) |
JpaPersistenceContext(javax.persistence.EntityManager em,
boolean isJTA,
TransactionManager txm) |
JpaPersistenceContext(javax.persistence.EntityManager em,
TransactionManager txm) |
| Modifier and Type | Method and Description |
|---|---|
void |
JPAPlaceholderResolverStrategy.onEnd(TransactionManager txm) |
void |
JPAPlaceholderResolverStrategy.onStart(TransactionManager txm) |
| Modifier and Type | Class and Description |
|---|---|
class |
JtaTransactionManager |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
JtaTransactionManagerFactory.newTransactionManager() |
TransactionManager |
JtaTransactionManagerFactory.newTransactionManager(org.kie.api.runtime.Environment env)
Creates a
JtaTransactionManager instance using any of the UserTransaction,
TransactionSynchronizationRegistry, and TransactionManager
present in env. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransactionLockInterceptor.release(TransactionManager txm) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManualTransactionManager |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
EnvironmentBuilder.getTransactionManager() |
TransactionManager |
KnowledgeSessionStorageEnvironmentBuilder.getTransactionManager() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.