Uses of Enum Class
org.smallmind.persistence.orm.TransactionEndState
Packages that use TransactionEndState
-
Uses of TransactionEndState in org.smallmind.persistence.orm
Methods in org.smallmind.persistence.orm that return TransactionEndStateModifier and TypeMethodDescriptionTransactionPostProcess.getEndState()static TransactionEndStateReturns the enum constant of this class with the specified name.static TransactionEndState[]TransactionEndState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.smallmind.persistence.orm with parameters of type TransactionEndStateModifier and TypeMethodDescriptionprotected voidProxyTransaction.applyPostProcesses(TransactionEndState endState) Constructors in org.smallmind.persistence.orm with parameters of type TransactionEndStateModifierConstructorDescriptionTransactionPostProcess(TransactionEndState endState, ProcessPriority priority) -
Uses of TransactionEndState in org.smallmind.persistence.orm.reflect
Methods in org.smallmind.persistence.orm.reflect with parameters of type TransactionEndStateModifier and TypeMethodDescriptionstatic ProxyPostProcessProxyFactory.generatePostProcessProxy(String sessionSourceKey, Class proxyInterface, Object target, TransactionEndState endState, ProcessPriority priority) static ProxyPostProcessProxyFactory.generatePostProcessProxy(ProxyTransaction proxyTransaction, Class proxyInterface, Object target, TransactionEndState endState, ProcessPriority priority) Constructors in org.smallmind.persistence.orm.reflect with parameters of type TransactionEndStateModifierConstructorDescriptionDelayedInvocationPostProcess(TransactionEndState endState, ProcessPriority priority, Object delayedTarget, Method delayedMethod, Object... delayedArguments) PostProcessInvocationHandler(ProxyTransaction proxyTransaction, Object proxyTarget, TransactionEndState endState, ProcessPriority priority)