From: <one...@us...> - 2003-03-03 09:31:36
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv21958/sf/hibernate Modified Files: hibernate-configuration-2.0.dtd Log Message: fixed minor problems with new HQL stuff: * return ALL joined objects mentioned in FROM clause (iff no select clause) * throw a meaningful exception when property is not found made name attribute optional in hibernate.cfg.xml Index: hibernate-configuration-2.0.dtd =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/hibernate-configuration-2.0.dtd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** hibernate-configuration-2.0.dtd 2 Feb 2003 00:29:06 -0000 1.3 --- hibernate-configuration-2.0.dtd 3 Mar 2003 09:30:56 -0000 1.4 *************** *** 14,18 **** <!ELEMENT property (#PCDATA)> ! <!ATTLIST property name CDATA #REQUIRED> <!ELEMENT mapping EMPTY> <!-- reference to a mapping file --> --- 14,18 ---- <!ELEMENT property (#PCDATA)> ! <!ATTLIST property name CDATA #IMPLIED> <!ELEMENT mapping EMPTY> <!-- reference to a mapping file --> |