Class HqlRightJoin

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

public class HqlRightJoin
extends Object
implements Join
Right joins an association to another item: RIGHT 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.rightJoin(String, String, String, Restriction)
Last modified
$Date: 2012-09-14 09:28:35 +0200 (fr, 14 sep 2012) $