| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.jdo.sql | |
| com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
| 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 |
|---|---|
T |
AbstractSQLQuery.addJoinFlag(String flag,
JoinFlag.Position position) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractSQLQuery.addJoinFlag(String flag,
JoinFlag.Position position) |
| 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 |
AbstractSQLSubQuery.addJoinFlag(String flag,
JoinFlag.Position position)
Add the given String literal as a join flag to the last added join
|
Q |
AbstractSQLQuery.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–2014 Mysema Ltd. All rights reserved.