Author: pcl
Date: Mon Aug 20 15:15:51 2007
New Revision: 567855
URL: http://svn.apache.org/viewvc?rev=567855&view=rev
Log:
OPENJPA-317. Javadoc clarification.
Modified:
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/OpenJPAEntityManagerSPI.java
Modified:
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/OpenJPAEntityManagerSPI.java
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/OpenJPAEntityManagerSPI.java?rev=567855&r1=567854&r2=567855&view=diff
==============================================================================
---
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/OpenJPAEntityManagerSPI.java
(original)
+++
openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/OpenJPAEntityManagerSPI.java
Mon Aug 20 15:15:51 2007
@@ -58,16 +58,16 @@
/**
* The [EMAIL PROTECTED] CallbackType} flag for handling transaction
listener
- * exceptions.
+ * exceptions. The flags provided here will entirely replace the
+ * previous settings.
*/
- // ##### check for overwrite behavior; javadoc
public void setTransactionListenerCallbackMode(CallbackType type);
/**
* The [EMAIL PROTECTED] CallbackType} flags for handling transaction
listener
- * exceptions.
+ * exceptions. The flags provided here will entirely replace the
+ * previous settings.
*/
- // ##### check for overwrite behavior; javadoc
public void setTransactionListenerCallbackMode(EnumSet<CallbackType>
types);
/**
@@ -90,15 +90,15 @@
/**
* The [EMAIL PROTECTED] CallbackType} flag for handling lifecycle listener
- * exceptions.
+ * exceptions. The flags provided here will entirely replace the
+ * previous settings.
*/
- // ##### check for overwrite behavior; javadoc
public void setLifecycleListenerCallbackMode(CallbackType type);
/**
* The [EMAIL PROTECTED] CallbackType} flags for handling lifecycle
listener
- * exceptions.
+ * exceptions. The flags provided here will entirely replace the
+ * previous settings.
*/
- // ##### check for overwrite behavior; javadoc
public void setLifecycleListenerCallbackMode(EnumSet<CallbackType> types);
}