| 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 | Method and Description |
|---|---|
ProxyTransaction |
HibernateProxySession.currentTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOProxyTransaction |
| Modifier and Type | Method and Description |
|---|---|
ProxyTransaction |
JDOProxySession.currentTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAProxyTransaction |
| Modifier and Type | Method and Description |
|---|---|
ProxyTransaction |
JPAProxySession.currentTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaProxyTransaction |
| Modifier and Type | Method and Description |
|---|---|
ProxyTransaction |
MorphiaProxySession.beginTransaction() |
ProxyTransaction |
MorphiaProxySession.currentTransaction() |
| 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 © 2017. All rights reserved.