Class AnnotationJoin

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

public class AnnotationJoin
extends Object
implements Join
Join annotations values to the query. The value is available as the joined alias.

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

Since:
3.2
Author:
Nicklas
See Also:
Annotations.innerJoin(AnnotationType, String), Annotations.leftJoin(AnnotationType, String)
Last modified
$Date$