| Package | Description |
|---|---|
| org.smallmind.persistence.orm | |
| org.smallmind.persistence.orm.reflect |
| Modifier and Type | Method and Description |
|---|---|
ProcessPriority |
TransactionPostProcess.getPriority() |
static ProcessPriority |
ProcessPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessPriority[] |
ProcessPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.