Package net.sf.basedb.core.query
Class AnnotationExpression
java.lang.Object
net.sf.basedb.core.query.HqlPropertyExpression
net.sf.basedb.core.query.AnnotationExpression
- All Implemented Interfaces:
Expression
,QueryElement
An expression representing the value of an annotation.
Throws an UnsupportedOperationException
if
Query.getQueryType()
isn't QueryType.HQL
.
- Since:
- 3.2
- Author:
- Nicklas
- See Also:
- Last modified
- $Date$
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.sf.basedb.core.query.HqlPropertyExpression
equals, getChildren, hashCode, toQl, toString
-
Field Details
-
alias
-
annotationType
-
-
Constructor Details
-
AnnotationExpression
AnnotationExpression(String alias, AnnotationType annotationType)
-
-
Method Details
-
getAlias
-
getAnnotationType
-
getJoinAlias
-