| Package | Description |
|---|---|
| org.smallmind.persistence.orm | |
| org.smallmind.persistence.orm.reflect |
| Modifier and Type | Method and Description |
|---|---|
TransactionEndState |
TransactionPostProcess.getEndState() |
static TransactionEndState |
TransactionEndState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionEndState[] |
TransactionEndState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyTransaction.applyPostProcesses(TransactionEndState endState) |
| Constructor and Description |
|---|
TransactionPostProcess(TransactionEndState endState,
ProcessPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
PostProcessProxyFactory.generatePostProcessProxy(ProxyTransaction proxyTransaction,
Class proxyInterface,
Object target,
TransactionEndState endState,
ProcessPriority priority) |
static Proxy |
PostProcessProxyFactory.generatePostProcessProxy(String sessionSourceKey,
Class proxyInterface,
Object target,
TransactionEndState endState,
ProcessPriority priority) |
| Constructor and Description |
|---|
DelayedInvocationPostProcess(TransactionEndState endState,
ProcessPriority priority,
Object delayedTarget,
Method delayedMethod,
Object... delayedArguments) |
PostProcessInvocationHandler(ProxyTransaction proxyTransaction,
Object proxyTarget,
TransactionEndState endState,
ProcessPriority priority) |
Copyright © 2017. All rights reserved.