some corrections and parent-child-relation of topic
[mir.git] / source / mir / core / model / Audio.hbm.xml
index 8592a01..b4e08d5 100755 (executable)
         name="description"
         type="java.lang.String"
         column="description"
-        length="-1"
-    />
-    <property
-        name="keywords"
-        type="java.lang.String"
-        column="keywords"
-        length="-1"
+        sqltype="text"
     />
     <property
         name="comment"
         type="java.lang.String"
         column="comment"
-        length="-1"
+               sql-type="text" 
     />
     <property
         name="source"
         column="to_media_folder"
     />
     <many-to-one
-        name="feature"
-        class="mir.core.model.Feature"
-        column="to_feature"
-    />
-    <many-to-one
         name="publisher"
         class="mir.core.model.MirUser"
         column="to_publisher"