Package | Description |
---|---|
com.mysema.query |
Contains basic Query elements
|
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
com.mysema.query.sql.dml |
DML operations support
|
com.mysema.query.support |
Various support classes
|
Modifier and Type | Method and Description |
---|---|
QueryFlag.Position |
QueryFlag.getPosition() |
static QueryFlag.Position |
QueryFlag.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryFlag.Position[] |
QueryFlag.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QueryFlag(QueryFlag.Position position,
Expression<?> flag) |
QueryFlag(QueryFlag.Position position,
String flag) |
Modifier and Type | Method and Description |
---|---|
Q |
DetachableSQLQuery.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression as a query flag
|
Q |
ProjectableSQLQuery.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression as a query flag
|
Q |
SQLCommonQuery.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression as a query flag
|
Q |
DetachableSQLQuery.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal as a query flag
|
Q |
ProjectableSQLQuery.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal as query flag
|
Q |
SQLCommonQuery.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal as query flag
|
Q |
DetachableSQLQuery.addFlag(QueryFlag.Position position,
String prefix,
Expression<?> expr)
Add the given prefix and expression as a general query flag
|
Q |
ProjectableSQLQuery.addFlag(QueryFlag.Position position,
String prefix,
Expression<?> expr)
Add the given prefix and expression as a general query flag
|
Q |
SQLCommonQuery.addFlag(QueryFlag.Position position,
String prefix,
Expression<?> expr)
Add the given prefix and expression as a general query flag
|
Modifier and Type | Method and Description |
---|---|
SQLDeleteClause |
SQLDeleteClause.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression at the given position as a query flag
|
SQLUpdateClause |
SQLUpdateClause.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression at the given position as a query flag
|
SQLMergeClause |
SQLMergeClause.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression at the given position as a query flag
|
SQLInsertClause |
SQLInsertClause.addFlag(QueryFlag.Position position,
Expression<?> flag)
Add the given Expression at the given position as a query flag
|
SQLDeleteClause |
SQLDeleteClause.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal at the given position as a query flag
|
SQLUpdateClause |
SQLUpdateClause.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal at the given position as a query flag
|
SQLMergeClause |
SQLMergeClause.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal at the given position as a query flag
|
SQLInsertClause |
SQLInsertClause.addFlag(QueryFlag.Position position,
String flag)
Add the given String literal at the given position as a query flag
|
Modifier and Type | Method and Description |
---|---|
boolean |
SerializerBase.serialize(QueryFlag.Position position,
Set<QueryFlag> flags) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.