Class HqlInnerJoin

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

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