[jboss-cvs] jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portlet ...

Julien Viet julien at jboss.com
Thu Aug 3 08:48:29 EDT 2006


  User: julien  
  Date: 06/08/03 08:48:29

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/portlet 
                        domain.hbm.xml
  Log:
  adding readonly field on persistent state entry for future use
  
  Revision  Changes    Path
  1.8       +8 -2      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portlet/domain.hbm.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: domain.hbm.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portlet/domain.hbm.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- domain.hbm.xml	15 Jul 2006 12:49:19 -0000	1.7
  +++ domain.hbm.xml	3 Aug 2006 12:48:29 -0000	1.8
  @@ -103,7 +103,13 @@
            name="type"
            column="TYPE"
            type="int"
  -         update="true"
  -         insert="true"/>
  +         not-null="true"
  +         unique="false"/>
  +      <property
  +         name="readOnly"
  +         column="READ_ONLY"
  +         type="boolean"
  +         not-null="true"
  +         unique="false"/>
      </class>
   </hibernate-mapping>
  
  
  



More information about the jboss-cvs-commits mailing list