Package | Description |
---|---|
com.querydsl.core |
Basic Query elements
|
com.querydsl.core.support |
Various support classes
|
com.querydsl.sql |
SQL/JDBC support
|
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)
Create a new instance using the given flag and position
|
JoinFlag(String flag,
JoinFlag.Position position)
Create a new instance using the given flag and position.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SerializerBase.serialize(JoinFlag.Position position,
Set<JoinFlag> flags) |
Modifier and Type | Method and Description |
---|---|
Q |
SQLCommonQuery.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
|
Copyright © 2007–2016 Querydsl. All rights reserved.