Author: tfischer
Date: Sun Apr 28 19:44:00 2013
New Revision: 1476819

URL: http://svn.apache.org/r1476819
Log:
TORQUE-280 comment on possibilities for torque.om.saveException

Modified:
    
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/conf/options.properties

Modified: 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/conf/options.properties
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/conf/options.properties?rev=1476819&r1=1476818&r2=1476819&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/conf/options.properties
 (original)
+++ 
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/conf/options.properties
 Sun Apr 28 19:44:00 2013
@@ -86,6 +86,8 @@ torque.om.addSaveMethods = true
 # data objects or in the peers
 torque.om.saveMethodsInDbObjects = true
 # The exception which is declared to be thrown by the save methods.
+# This needs to be either a list containing TorqueException
+# or a super class of TorqueException
 torque.om.saveException = TorqueException
 # Whether the data object should track whether it has been modified
 # after it has been loaded from the database or saved to the database



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to