Class HqlLeftJoin

java.lang.Object
net.sf.basedb.core.query.HqlLeftJoin
All Implemented Interfaces:
Join, QueryElement

public class HqlLeftJoin
extends Object
implements Join
Left joins an association to another item: LEFT JOIN <alias.property> <joinedAlias> to the query.

Throws an UnsupportedOperationException if Query.getQueryType() isn't QueryType.HQL.

Version:
2.0
Author:
Nicklas
See Also:
Hql.leftJoin(String, String, String, Restriction, boolean)
Last modified
$Date: 2012-09-14 09:28:35 +0200 (fr, 14 sep 2012) $