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
|
java.util.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, reset, setDistinct, setLimit, setModifiers, setOffset, setParam, setUnique, setValidate
public void addJoin(JoinType joinType, Expression<?> expr)
QueryMetadata
addJoin
in interface QueryMetadata
addJoin
in class DefaultQueryMetadata
public java.util.List<JoinExpression> getJoins()
QueryMetadata
getJoins
in interface QueryMetadata
getJoins
in class DefaultQueryMetadata
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.