Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Method and Description |
---|---|
static CallbackMode |
CallbackMode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<CallbackMode> |
EntityManagerImpl.getLifecycleListenerCallbackModes() |
EnumSet<CallbackMode> |
OpenJPAEntityManagerSPI.getLifecycleListenerCallbackModes()
The
CallbackMode flags for handling lifecycle listener
exceptions. |
EnumSet<CallbackMode> |
EntityManagerImpl.getTransactionListenerCallbackModes() |
EnumSet<CallbackMode> |
OpenJPAEntityManagerSPI.getTransactionListenerCallbackModes()
The
CallbackMode flags for handling transaction listener
exceptions. |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerImpl.setLifecycleListenerCallbackMode(CallbackMode mode) |
void |
OpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode(CallbackMode mode)
The
CallbackMode flag for handling lifecycle listener
exceptions. |
void |
EntityManagerImpl.setTransactionListenerCallbackMode(CallbackMode mode) |
void |
OpenJPAEntityManagerSPI.setTransactionListenerCallbackMode(CallbackMode mode)
The
CallbackMode flag for handling transaction listener
exceptions. |
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerImpl.setLifecycleListenerCallbackMode(EnumSet<CallbackMode> modes) |
void |
OpenJPAEntityManagerSPI.setLifecycleListenerCallbackMode(EnumSet<CallbackMode> modes)
The
CallbackMode flags for handling lifecycle listener
exceptions. |
void |
EntityManagerImpl.setTransactionListenerCallbackMode(EnumSet<CallbackMode> modes) |
void |
OpenJPAEntityManagerSPI.setTransactionListenerCallbackMode(EnumSet<CallbackMode> modes)
The
CallbackMode flags for handling transaction listener
exceptions. |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.