From: Aleksei V. (JIRA) <no...@at...> - 2006-07-11 08:01:06
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-879?page=comments#action_23591 ] Aleksei Valikov commented on HHH-879: ------------------------------------- The best solution I have found so far is to implement an analog to Criteria API which translates queries formulated with objects into HQL queries. Almoust 1:1 with Criteria API, but produces HQL rather than SQL. > Enable joining the same association twice with Criteria > ------------------------------------------------------- > > Key: HHH-879 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-879 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Vladimir Bayanov > > > Make double joining the same association with Criteria.createCriteria possible. See: http://forum.hibernate.org/viewtopic.php?t=931249 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |