Author: tfischer
Date: Thu Sep 30 18:47:02 2010
New Revision: 1003201
URL: http://svn.apache.org/viewvc?rev=1003201&view=rev
Log:
move saveException to other save properties
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=1003201&r1=1003200&r2=1003201&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
Thu Sep 30 18:47:02 2010
@@ -23,8 +23,6 @@ torque.om.retrievableInterface = org.apa
# replaces torque.correctGetters
torque.om.useIsForBooleanGetters = true;
-torque.om.save.saveException = TorqueException
-
torque.om.complexObjectModel = true
torque.om.objectIsCaching = true
@@ -40,6 +38,7 @@ torque.om.bean.beanExtendsClass =
torque.om.useManagers = false
torque.om.save.addSaveMethods = true
+torque.om.save.saveException = TorqueException
torque.om.trackModified = true
# trackNew needs to be set to true if addSaveMethods is true
torque.om.trackNew = true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]