Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/hibernate30 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9882/samples/src/java/test/hibernate30
Added Files: ClassWithQuery.java Log Message: XDT-1381: sql-query did not include subelements when multiple queries defined --- NEW FILE: ClassWithQuery.java --- package test.hibernate30; /** * @hibernate.mapping * * @hibernate.sql-query name="query1" * element-id="query1" * value="{ SQL QUERY 1 }" * * @hibernate.return alias="return1" parent-element="query1" * * @hibernate.sql-query name="query2" * element-id="query2" * value="{ SQL QUERY 2 }" * * @hibernate.return alias="return2" parent-element="query2" */ public class ClassWithQuery { } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel