Uses of Enum
org.apache.openjpa.persistence.CallbackMode
Packages that use CallbackMode
-
Uses of CallbackMode in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return CallbackModeModifier and TypeMethodDescriptionstatic CallbackMode
Returns the enum constant of this type with the specified name.static CallbackMode[]
CallbackMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openjpa.persistence that return types with arguments of type CallbackModeModifier and TypeMethodDescriptionEntityManagerImpl.getLifecycleListenerCallbackModes()
OpenJPAEntityManagerSPI.getLifecycleListenerCallbackModes()
TheCallbackMode
flags for handling lifecycle listener exceptions.EntityManagerImpl.getTransactionListenerCallbackModes()
OpenJPAEntityManagerSPI.getTransactionListenerCallbackModes()
TheCallbackMode
flags for handling transaction listener exceptions.Methods in org.apache.openjpa.persistence with parameters of type CallbackModeModifier and TypeMethodDescriptionvoid
EntityManagerImpl.setLifecycleListenerCallbackMode
(CallbackMode mode) void
OpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode
(CallbackMode mode) TheCallbackMode
flag for handling lifecycle listener exceptions.void
EntityManagerImpl.setTransactionListenerCallbackMode
(CallbackMode mode) void
OpenJPAEntityManagerSPI.setTransactionListenerCallbackMode
(CallbackMode mode) TheCallbackMode
flag for handling transaction listener exceptions.Method parameters in org.apache.openjpa.persistence with type arguments of type CallbackModeModifier and TypeMethodDescriptionvoid
EntityManagerImpl.setLifecycleListenerCallbackMode
(EnumSet<CallbackMode> modes) void
OpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode
(EnumSet<CallbackMode> modes) TheCallbackMode
flags for handling lifecycle listener exceptions.void
EntityManagerImpl.setTransactionListenerCallbackMode
(EnumSet<CallbackMode> modes) void
OpenJPAEntityManagerSPI.setTransactionListenerCallbackMode
(EnumSet<CallbackMode> modes) TheCallbackMode
flags for handling transaction listener exceptions.