[Jiemamy-notify:1784] commit [2966] 最近の変更をXMLにも反映。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 20日 (金) 03:01:44 JST


Revision: 2966
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2966
Author:   daisuke_m
Date:     2009-03-20 03:01:44 +0900 (Fri, 20 Mar 2009)

Log Message:
-----------
最近の変更をXMLにも反映。

Modified Paths:
--------------
    eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml


-------------- next part --------------
Modified: eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml
===================================================================
--- eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml	2009-03-19 17:50:18 UTC (rev 2965)
+++ eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml	2009-03-19 18:01:44 UTC (rev 2966)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<rootModel xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd" version="0.2-SNAPSHOT">
   <dialect>org.jiemamy.dialect.mysql.MySqlDialect</dialect>
   <schemaName>FOO</schemaName>
   <description>Jiemamyテストモデル1</description>
@@ -95,6 +95,10 @@
             </adapter>
           </dataType>
           <notNull id="a446779a-4fb6-4a0f-8262-22daae856e85"/>
+          <columnCheck id="873f6660-7a61-4c2c-87a0-e922fa03b88c">
+            <name>positive_sal</name>
+            <expression>SAL &lt;= 0</expression>
+          </columnCheck>
         </column>
         <column id="4ae69b7a-7a0e-422a-89dc-0f0cff77565b">
           <name>DEPT_ID</name>
@@ -134,6 +138,18 @@
           </referenceColumns>
         </foreignKey>
       </attributes>
+      <indexes>
+        <index id="9abc9e01-4cdb-42fe-a495-93b56af35a1d">
+          <name>IDX_EMP_NAME</name>
+          <indexColumns>
+            <indexColumn id="52d2b6aa-fff7-4c33-af13-f4d0b63e8e58">
+              <columnRef ref="0e51b6df-43ab-408c-90ef-de13c6aab881"/>
+              <sortOrder>DESC</sortOrder>
+            </indexColumn>
+          </indexColumns>
+          <unique>false</unique>
+        </index>
+      </indexes>
     </table>
     <table id="d7489ed6-0add-443d-95cf-234376eb0455">
       <name>T_DEPT</name>
@@ -185,6 +201,7 @@
           <defaultValue>secret</defaultValue>
         </column>
       </attributes>
+      <indexes/>
     </table>
     <view id="516f7961-cb7b-48e2-990b-7fb0c750c3a4">
       <name>V_HIGH_SAL_EMP</name>
@@ -456,4 +473,4 @@
       </view:connectionProfiles>
     </view:diagramPresentation>
   </view:diagramPresentations>
-</rootModel>
+</jiemamy>



Jiemamy-notify メーリングリストの案内
Back to archive index