Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv13407/sf/hibernate
Modified Files:
hibernate-mapping-2.0.dtd
Log Message:
added mutable attribute to <property> element
Index: hibernate-mapping-2.0.dtd
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/hibernate-mapping-2.0.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** hibernate-mapping-2.0.dtd 24 Jan 2003 13:07:16 -0000 1.10
--- hibernate-mapping-2.0.dtd 24 Jan 2003 16:15:54 -0000 1.11
***************
*** 119,122 ****
--- 119,123 ----
<!ATTLIST property not-null (true|false) "false">
<!ATTLIST property unique (true|false) "false">
+ <!ATTLIST property mutable (true|false) "true"> <!-- only supported for properties of a class -->
<!-- Declares an association between two entities (Or from a component, component element,
|