public class OrderedQueryMetadata extends DefaultQueryMetadata
| Constructor and Description |
|---|
OrderedQueryMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJoin(JoinType joinType,
Expression<?> expr)
Add the given query join
|
List<JoinExpression> |
getJoins()
Get the query joins
|
addFlag, addGroupBy, addHaving, addJoinCondition, addJoinFlag, addOrderBy, addProjection, addWhere, clearOrderBy, clearProjection, clearWhere, clone, equals, getFlags, getGroupBy, getHaving, getModifiers, getOrderBy, getParams, getProjection, getWhere, hasFlag, hashCode, isDistinct, isUnique, noValidate, removeFlag, reset, setDistinct, setLimit, setModifiers, setOffset, setParam, setUnique, setValidate, setValidatingVisitorpublic void addJoin(JoinType joinType, Expression<?> expr)
QueryMetadataaddJoin in interface QueryMetadataaddJoin in class DefaultQueryMetadatapublic List<JoinExpression> getJoins()
QueryMetadatagetJoins in interface QueryMetadatagetJoins in class DefaultQueryMetadataCopyright © 2007–2014 Mysema Ltd. All rights reserved.