Update of /cvsroot/hibernate/Hibernate2/doc/reference/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9086/reference/src
Modified Files:
basic_or_mapping.xml manipulating_data.xml
Log Message:
minor fixes
Index: basic_or_mapping.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/basic_or_mapping.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** basic_or_mapping.xml 16 Jan 2003 08:28:45 -0000 1.2
--- basic_or_mapping.xml 16 Jan 2003 20:55:25 -0000 1.3
***************
*** 942,946 ****
<class name="eg.Cat" table="CATS">
<id name="id" column="uid" type="long">
! <generator class="hilo.long"/>
</id>
<property name="birthdate" type="date"/>
--- 942,946 ----
<class name="eg.Cat" table="CATS">
<id name="id" column="uid" type="long">
! <generator class="hilo"/>
</id>
<property name="birthdate" type="date"/>
***************
*** 959,964 ****
</class>
! <class name="eg.Baz">
! <!-- mapping for Baz goes here -->
</class>
--- 959,964 ----
</class>
! <class name="eg.Dog">
! <!-- mapping for Dog could go here -->
</class>
Index: manipulating_data.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/manipulating_data.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** manipulating_data.xml 1 Jan 2003 13:46:32 -0000 1.1.1.1
--- manipulating_data.xml 16 Jan 2003 20:55:25 -0000 1.2
***************
*** 439,443 ****
<programlisting><![CDATA[<id name="id" type="long" column="uid" unsaved-value="null">
! <generator class="hilo.long"/>
</id>]]></programlisting>
--- 439,443 ----
<programlisting><![CDATA[<id name="id" type="long" column="uid" unsaved-value="null">
! <generator class="hilo"/>
</id>]]></programlisting>
|