Author: gbayon
Date: Sat Jan  5 05:54:46 2008
New Revision: 609141

URL: http://svn.apache.org/viewvc?rev=609141&view=rev
Log:
Update doc, removed {} in Composite Keys

Modified:
    ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml?rev=609141&r1=609140&r2=609141&view=diff
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml Sat Jan  5 05:54:46 
2008
@@ -2855,7 +2855,7 @@
       statement. This comes in handy for situations where a composite key
       relationship exists, or even if you simply want to use a parameter of
       some name other than #value#. The alternate syntax for the column
-      attribute is simply {param1=column1, param2=column2, …, 
paramN=columnN}.
+      attribute is simply param1=column1, param2=column2, …, paramN=columnN.
       Consider the example below where the PAYMENT table is keyed by both
       Customer ID and Order ID:</para>
 


Reply via email to