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 CallbackModeReturns 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()TheCallbackModeflags for handling lifecycle listener exceptions.EntityManagerImpl.getTransactionListenerCallbackModes()OpenJPAEntityManagerSPI.getTransactionListenerCallbackModes()TheCallbackModeflags for handling transaction listener exceptions.Methods in org.apache.openjpa.persistence with parameters of type CallbackModeModifier and TypeMethodDescriptionvoidEntityManagerImpl.setLifecycleListenerCallbackMode(CallbackMode mode) voidOpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode(CallbackMode mode) TheCallbackModeflag for handling lifecycle listener exceptions.voidEntityManagerImpl.setTransactionListenerCallbackMode(CallbackMode mode) voidOpenJPAEntityManagerSPI.setTransactionListenerCallbackMode(CallbackMode mode) TheCallbackModeflag for handling transaction listener exceptions.Method parameters in org.apache.openjpa.persistence with type arguments of type CallbackModeModifier and TypeMethodDescriptionvoidEntityManagerImpl.setLifecycleListenerCallbackMode(EnumSet<CallbackMode> modes) voidOpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode(EnumSet<CallbackMode> modes) TheCallbackModeflags for handling lifecycle listener exceptions.voidEntityManagerImpl.setTransactionListenerCallbackMode(EnumSet<CallbackMode> modes) voidOpenJPAEntityManagerSPI.setTransactionListenerCallbackMode(EnumSet<CallbackMode> modes) TheCallbackModeflags for handling transaction listener exceptions.