let us start using struts.\rand some fixes in the new persistence layer.
[mir.git] / source / mir / core / model / Content.hbm.xml
index 5dbe211..9c0bc7c 100755 (executable)
         length="255"
     />
     <property
-        name="isPublished"
+        name="published"
         type="boolean"
         column="is_published"
         not-null="true"
         length="1"
     />
     <property
-        name="isProduced"
+        name="produced"
         type="boolean"
         column="is_produced"
         not-null="true"
         length="8"
     />
     <property
-       name="isHtml"
+       name="html"
        type="boolean"
        column="is_html"
        not-null="true"