On 17 Oct (14:56), William R. Lorenz wrote:

> Does that mean that I can use HQL to join tables unless there's a mapping
> that will allow that join to happen implicitly?  If I can in fact join
> them explicity, could you please provide me a bit of syntax example?

You can join them like you did: where foo.one = bar.one, but that
doesn't give you an outer join, of course. Remember that HQL is not
about tables, but classes, properties and associations.

-- 
Christian Bauer
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to