[jboss-cvs] jboss-portal/cms/src/resources/hibernate ...

Julien Viet julien at jboss.com
Mon Jul 17 09:11:25 EDT 2006


  User: julien  
  Date: 06/07/17 09:11:25

  Added:       cms/src/resources/hibernate  domain.hbm.xml
  Log:
  fix cms tests
  
  Revision  Changes    Path
  1.1      date: 2006/07/17 13:11:25;  author: julien;  state: Exp;jboss-portal/cms/src/resources/hibernate/domain.hbm.xml
  
  Index: domain.hbm.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE hibernate-mapping PUBLIC
     "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
     "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
  <hibernate-mapping>
     <class name="org.jboss.portal.cms.hibernate.state.VersionBinVal" table="jbp_cms_version_binval" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="BINVAL_ID"
              type="string"
              length="255"/>
        <property
              name="data"
              column="BINVAL_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.VersionNode" table="jbp_cms_version_node" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="NODE_ID"
              type="string"
              length="36"/>
        <property
              name="data"
              column="NODE_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.VersionProp" table="jbp_cms_version_prop" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="PROP_ID"
              type="string"
              length="255"/>
        <property
              name="data"
              column="PROP_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.VersionRefs" table="jbp_cms_version_refs" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="NODE_ID"
              type="string"
              length="36"/>
        <property
              name="data"
              column="REFS_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.WSPBinVal" table="jbp_cms_wsp_binval" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="BINVAL_ID"
              type="string"
              length="255"/>
        <property
              name="data"
              column="BINVAL_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.WSPNode" table="jbp_cms_wsp_node" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="NODE_ID"
              type="string"
              length="36"/>
        <property
              name="data"
              column="NODE_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.WSPProp" table="jbp_cms_wsp_prop" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="PROP_ID"
              type="string"
              length="255"/>
        <property
              name="data"
              column="PROP_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.state.WSPRefs" table="jbp_cms_wsp_refs" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="id"
              column="NODE_ID"
              type="string"
              length="36"/>
        <property
              name="data"
              column="REFS_DATA"
              type="blob"
              length="100000000"
              not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.CMSEntry" table="jbp_cms_cmsentry" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="name"
              column="FSENTRY_NAME"
              type="string"
              length="255"
              not-null="false"/>
        <property name="path"
                  column="FSENTRY_PATH"
                  type="string"
                  not-null="true"
                  length="245"/>
        <property name="data"
                  column="FSENTRY_DATA"
                  type="blob"
                  length="100000000"
                  not-null="false"/>
        <property name="lastmod"
                  column="FSENTRY_LASTMOD"
                  type="long"
                  not-null="true"/>
        <property name="length"
                  column="FSENTRY_LENGTH"
                  type="long"
                  not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.RepositoryEntry" table="jbp_cms_repositoryentry" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="name"
              column="FSENTRY_NAME"
              type="string"
              length="255"
              not-null="false"/>
        <property name="path"
                  column="FSENTRY_PATH"
                  type="string"
                  not-null="true"
                  length="245"/>
        <property name="data"
                  column="FSENTRY_DATA"
                  type="blob"
                  length="100000000"
                  not-null="false"/>
        <property name="lastmod"
                  column="FSENTRY_LASTMOD"
                  type="long"
                  not-null="true"/>
        <property name="length"
                  column="FSENTRY_LENGTH"
                  type="long"
                  not-null="true"/>
     </class>
     <class name="org.jboss.portal.cms.hibernate.VersionEntry" table="jbp_cms_versionentry" lazy="true">
        <id
              name="key"
              column="PK"
              type="java.lang.Integer">
           <generator class="native"/>
        </id>
        <property
              name="name"
              column="FSENTRY_NAME"
              type="string"
              length="255"
              not-null="false"/>
        <property name="path"
                  column="FSENTRY_PATH"
                  type="string"
                  not-null="true"
                  length="245"/>
        <property name="data"
                  column="FSENTRY_DATA"
                  type="blob"
                  length="100000000"
                  not-null="false"/>
        <property name="lastmod"
                  column="FSENTRY_LASTMOD"
                  type="long"
                  not-null="true"/>
        <property name="length"
                  column="FSENTRY_LENGTH"
                  type="long"
                  not-null="true"/>
     </class>
  </hibernate-mapping>
  
  
  



More information about the jboss-cvs-commits mailing list