Uses of Enum Class
org.smallmind.persistence.orm.ProcessPriority
Packages that use ProcessPriority
-
Uses of ProcessPriority in org.smallmind.persistence.orm
Methods in org.smallmind.persistence.orm that return ProcessPriorityModifier and TypeMethodDescriptionTransactionPostProcess.getPriority()static ProcessPriorityReturns the enum constant of this class with the specified name.static ProcessPriority[]ProcessPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.smallmind.persistence.orm with parameters of type ProcessPriorityModifierConstructorDescriptionTransactionPostProcess(TransactionEndState endState, ProcessPriority priority) -
Uses of ProcessPriority in org.smallmind.persistence.orm.reflect
Methods in org.smallmind.persistence.orm.reflect with parameters of type ProcessPriorityModifier 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 ProcessPriorityModifierConstructorDescriptionDelayedInvocationPostProcess(TransactionEndState endState, ProcessPriority priority, Object delayedTarget, Method delayedMethod, Object... delayedArguments) PostProcessInvocationHandler(ProxyTransaction proxyTransaction, Object proxyTarget, TransactionEndState endState, ProcessPriority priority)