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, setValidatingVisitor
public void addJoin(JoinType joinType, Expression<?> expr)
QueryMetadata
addJoin
in interface QueryMetadata
addJoin
in class DefaultQueryMetadata
public List<JoinExpression> getJoins()
QueryMetadata
getJoins
in interface QueryMetadata
getJoins
in class DefaultQueryMetadata
Copyright © 2007–2015 Mysema Ltd. All rights reserved.