| Modifier and Type | Method and Description |
|---|---|
Transactional |
Repository.getTransaction() |
Transactional |
ConnectionFactory.getTransactionManager()
Create new Transaction Manager for JDBC transactions
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransaction |
class |
LocalTransactionAdapter |
| Modifier and Type | Method and Description |
|---|---|
Transactional |
JpaEmFactory.getTransaction()
Retrieve the transaction in progress from thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyTransactionAdapter |
class |
JpaTransactionAdapter |
| Modifier and Type | Method and Description |
|---|---|
static Transactional |
EmptyTransactionAdapter.empty() |
| Modifier and Type | Method and Description |
|---|---|
Transactional |
TransactionContext.getTransactional() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionContext |
TransactionSessions.set(String contextName,
Transactional tx,
ConnectionAdapter conn) |
| Constructor and Description |
|---|
TransactionContext(String name,
Transactional tx,
ConnectionAdapter conn) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.