| Modifier and Type | Method and Description |
|---|---|
abstract ProxyTransaction<?> |
ProxySession.beginTransaction() |
abstract ProxyTransaction<?> |
ProxySession.currentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
static ProxyTransaction<?> |
TransactionalState.currentTransaction(String sessionSourceKey) |
| Modifier and Type | Method and Description |
|---|---|
static RollbackAwareBoundarySet<ProxyTransaction<?>> |
TransactionalState.obtainBoundary(ProxySession<?,?> proxySession) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateProxyTransaction |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAProxyTransaction |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaProxyTransaction |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
PostProcessProxyFactory.generatePostProcessProxy(ProxyTransaction proxyTransaction,
Class proxyInterface,
Object target,
TransactionEndState endState,
ProcessPriority priority) |
| Constructor and Description |
|---|
PostProcessInvocationHandler(ProxyTransaction proxyTransaction,
Object proxyTarget,
TransactionEndState endState,
ProcessPriority priority) |
Copyright © 2020. All rights reserved.