| Package | Description | 
|---|---|
| com.mysema.query | Contains basic Query elements | 
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.support | Various support classes | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<JoinFlag> | JoinExpression. getFlags() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EmptyMetadata. addJoinFlag(JoinFlag flag) | 
| void | QueryMetadata. addJoinFlag(JoinFlag flag)Add the given join flag to the last given join | 
| void | DefaultQueryMetadata. addJoinFlag(JoinFlag flag) | 
| boolean | JoinExpression. hasFlag(JoinFlag flag) | 
| Constructor and Description | 
|---|
| JoinExpression(JoinType type,
              Expression<?> target,
              Predicate condition,
              Set<JoinFlag> flags)Create a new JoinExpression instance | 
| Modifier and Type | Field and Description | 
|---|---|
| static JoinFlag | JPAQueryMixin. FETCH | 
| static JoinFlag | JPAQueryMixin. FETCH_ALL_PROPERTIES | 
| Modifier and Type | Method and Description | 
|---|---|
| T | QueryMixin. addJoinFlag(JoinFlag flag) | 
| S | SerializerBase. handle(JoinFlag joinFlag) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SerializerBase. serialize(JoinFlag.Position position,
         Set<JoinFlag> flags) | 
Copyright © 2007–2015 Querydsl. All rights reserved.