| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.conf.CallbackOptions
public class CallbackOptions
Configurable options for callbacks.
| Constructor Summary | |
|---|---|
| CallbackOptions() | |
| Method Summary | |
|---|---|
|  boolean | getAllowsDuplicateListener()Flags if duplicate listeners are allowed to handle the same callback event. | 
|  boolean | getAllowsMultipleMethodsForSameCallback()Flags if multiple methods of the same class can handle the same callback event. | 
|  boolean | getPostPersistCallbackImmediate()Affirms if the post-persist callback is invoked as soon as a new instance is managed. | 
|  void | setAllowsDuplicateListener(boolean flag)Flags if duplicate listeners are allowed to handle the same callback event. | 
|  void | setAllowsMultipleMethodsForSameCallback(boolean flag)Flags if multiple methods of the same class can handle the same callback event. | 
|  void | setPostPersistCallbackImmediate(boolean flag)Sets if the post-persist callback is invoked as soon as a new instance is managed. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CallbackOptions()
| Method Detail | 
|---|
public boolean getPostPersistCallbackImmediate()
public void setPostPersistCallbackImmediate(boolean flag)
public boolean getAllowsMultipleMethodsForSameCallback()
public void setAllowsMultipleMethodsForSameCallback(boolean flag)
public boolean getAllowsDuplicateListener()
public void setAllowsDuplicateListener(boolean flag)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||