Update of /cvsroot/hibernate/Hibernate/doc/reference/html
In directory usw-pr-cvs1:/tmp/cvs-serv3905/doc/reference/html
Modified Files:
or-mapping.html
Log Message:
fixed minor doco bug
Index: or-mapping.html
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/doc/reference/html/or-mapping.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** or-mapping.html 7 Nov 2002 16:24:09 -0000 1.31
--- or-mapping.html 16 Nov 2002 13:40:30 -0000 1.32
***************
*** 60,64 ****
table="tableName"
discriminator-value="discriminator_value"
! mutable="read-write|read-only"
schema="owner"
proxy="ProxyInterface"
--- 60,64 ----
table="tableName"
discriminator-value="discriminator_value"
! mutable="true|false"
schema="owner"
proxy="ProxyInterface"
|