Uses of Class
org.apache.openjpa.persistence.CallbackMode
-
Packages that use CallbackMode Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of CallbackMode in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return CallbackMode Modifier and Type Method Description static CallbackMode
CallbackMode. valueOf(java.lang.String name)
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 CallbackMode Modifier and Type Method Description java.util.EnumSet<CallbackMode>
EntityManagerImpl. getLifecycleListenerCallbackModes()
java.util.EnumSet<CallbackMode>
OpenJPAEntityManagerSPI. getLifecycleListenerCallbackModes()
TheCallbackMode
flags for handling lifecycle listener exceptions.java.util.EnumSet<CallbackMode>
EntityManagerImpl. getTransactionListenerCallbackModes()
java.util.EnumSet<CallbackMode>
OpenJPAEntityManagerSPI. getTransactionListenerCallbackModes()
TheCallbackMode
flags for handling transaction listener exceptions.Methods in org.apache.openjpa.persistence with parameters of type CallbackMode Modifier and Type Method Description void
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 CallbackMode Modifier and Type Method Description void
EntityManagerImpl. setLifecycleListenerCallbackMode(java.util.EnumSet<CallbackMode> modes)
void
OpenJPAEntityManagerSPI. setLifecycleListenerCallbackMode(java.util.EnumSet<CallbackMode> modes)
TheCallbackMode
flags for handling lifecycle listener exceptions.void
EntityManagerImpl. setTransactionListenerCallbackMode(java.util.EnumSet<CallbackMode> modes)
void
OpenJPAEntityManagerSPI. setTransactionListenerCallbackMode(java.util.EnumSet<CallbackMode> modes)
TheCallbackMode
flags for handling transaction listener exceptions.
-