| Package | Description | 
|---|---|
| com.mysema.query | Contains basic Query elements | 
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.support | Various support classes | 
| Modifier and Type | Method and Description | 
|---|---|
| JoinFlag.Position | JoinFlag. getPosition() | 
| static JoinFlag.Position | JoinFlag.Position. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static JoinFlag.Position[] | JoinFlag.Position. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| JoinFlag(Expression<?> flag,
        JoinFlag.Position position) | 
| JoinFlag(String flag,
        JoinFlag.Position position) | 
| Modifier and Type | Method and Description | 
|---|---|
| Q | DetachableSQLQuery. addJoinFlag(String flag,
           JoinFlag.Position position)Add the given String literal as a join flag to the last added join | 
| Q | ProjectableSQLQuery. addJoinFlag(String flag,
           JoinFlag.Position position)Add the given String literal as a join flag to the last added join | 
| Q | SQLCommonQuery. addJoinFlag(String flag,
           JoinFlag.Position position)Add the given String literal as a join flag to the last added join | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SerializerBase. serialize(JoinFlag.Position position,
         Set<JoinFlag> flags) | 
Copyright © 2007–2015 Querydsl. All rights reserved.