[hibernate-dev] Patch for HHH-2308: Adjusting the Outer Join Predicate using Criteria Query

2009-09-24 Thread Craig Christophel
able to use HQL to solve this problem, however the search is very dynamic and the Criteria interface has helped to solve the problem much more elegantly. The file hibernate-outer-join-criteria-trunk.diff attached to this defect is the latest example on trunk (3.5) Thanks, Craig Christophel

Re: [hibernate-dev] Patch for HHH-2308: Adjusting the Outer Join Predicate using Criteria Query

2009-10-01 Thread Craig Christophel
ria interface has helped to solve the problem much more elegantly. The file hibernate-outer-join-criteria-trunk.diff attached to this defect is the latest example on trunk (3.5) Thanks, Craig Christophel ___ hibernate-dev ma

[hibernate-dev] HHH-2308: criteria on outer join

2009-11-15 Thread Craig Christophel
Hi, I submitted a fix for 2308 (http://opensource.atlassian.com/projects/hibernate/browse/HHH-2308) a while back which which was ported to trunk from a diff against the 3.3.2 branch. Is there any chance someone could take a look at it an comment on whether it could be considered for inclusi