A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractMapper<T> - Class in com.mysema.query.sql.dml
Abstract base class for Mapper implementations
AbstractMapper() - Constructor for class com.mysema.query.sql.dml.AbstractMapper
 
AbstractNumberType<T extends Number & Comparable<T>> - Class in com.mysema.query.sql.types
 
AbstractNumberType(int) - Constructor for class com.mysema.query.sql.types.AbstractNumberType
 
AbstractSQLClause<C extends AbstractSQLClause<C>> - Class in com.mysema.query.sql.dml
AbstractSQLClause is a superclass for SQL based DMLClause implementations
AbstractSQLClause(Configuration) - Constructor for class com.mysema.query.sql.dml.AbstractSQLClause
 
AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & com.mysema.query.Query> - Class in com.mysema.query.sql
AbstractSQLQuery is the base type for SQL query implementations
AbstractSQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
 
AbstractSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
 
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>> - Class in com.mysema.query.sql
AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
AbstractSQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.AbstractSQLQueryFactory
 
AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>> - Class in com.mysema.query.sql
Abstract superclass for SubQuery implementations
AbstractSQLSubQuery() - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
 
AbstractSQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
 
AbstractType<T> - Class in com.mysema.query.sql.types
 
AbstractType(int) - Constructor for class com.mysema.query.sql.types.AbstractType
 
accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.mssql.RowNumber
 
accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.oracle.SumOver
 
accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.QBeans
 
accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.RelationalFunctionCall
 
add(P) - Method in class com.mysema.query.sql.RelationalPathBase
 
addBatch() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
Add current state of bindings as a batch item
addBatch() - Method in class com.mysema.query.sql.dml.SQLInsertClause
Add the current state of bindings as a batch item
addBatch() - Method in class com.mysema.query.sql.dml.SQLMergeClause
Add the current state of bindings as a batch item
addBatch() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
Add the current state of bindings as a batch item
addClass2TypeMappings(String, Class<?>...) - Method in class com.mysema.query.sql.SQLTemplates
 
addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
Add the given prefix and expression as a general query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.AbstractSQLQuery
Add the given String literal as query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
Add the given Expression as a query flag
addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
Add the given prefix and expression as a general query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
Add the given String literal as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
Add the given Expression as a query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
Add the given String literal at the given position as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
Add the given Expression at the given position as a query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Add the given String literal at the given position as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Add the given Expression at the given position as a query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLMergeClause
Add the given String literal at the given position as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
Add the given Expression at the given position as a query flag
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
Add the given String literal at the given position as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
Add the given Expression at the given position as a query flag
addFlag(QueryFlag.Position, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Add the given Expression as a query flag
addFlag(QueryFlag.Position, String) - Method in interface com.mysema.query.sql.SQLCommonQuery
Add the given String literal as query flag
addFlag(QueryFlag.Position, String, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Add the given prefix and expression as a general query flag
addJoinFlag(String) - Method in class com.mysema.query.sql.AbstractSQLQuery
Add the given String literal as a join flag to the last added join with the position BEFORE_TARGET
addJoinFlag(String, JoinFlag.Position) - Method in class com.mysema.query.sql.AbstractSQLQuery
Add the given String literal as a join flag to the last added join
addJoinFlag(String) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
Add the given String literal as a join flag to the last added join with the position BEFORE_TARGET
addJoinFlag(String, JoinFlag.Position) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
Add the given String literal as a join flag to the last added join
addJoinFlag(String) - Method in interface com.mysema.query.sql.SQLCommonQuery
Add the given String literal as a join flag to the last added join with the position BEFORE_TARGET
addJoinFlag(String, JoinFlag.Position) - Method in interface com.mysema.query.sql.SQLCommonQuery
Add the given String literal as a join flag to the last added join
all() - Method in class com.mysema.query.sql.RelationalPathBase
 
all - Static variable in class com.mysema.query.sql.SQLExpressions
 
AnnotationMapper - Class in com.mysema.query.sql.dml
Creates the mapping via @Column annotated fields in the object.
AnnotationMapper() - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
 
AnnotationMapper(boolean) - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
 
annotationType() - Method in class com.mysema.query.sql.ColumnImpl
 
append(String) - Method in interface com.mysema.query.sql.SerializationContext
 
as(Expression<Long>) - Method in class com.mysema.query.sql.mssql.RowNumber
 

B

BeanMapper - Class in com.mysema.query.sql.dml
Creates the mapping by inspecting the RelationalPath via reflection and object via bean inspection.
BeanMapper() - Constructor for class com.mysema.query.sql.dml.BeanMapper
 
BeanMapper(boolean) - Constructor for class com.mysema.query.sql.dml.BeanMapper
 
Beans - Class in com.mysema.query.sql
Beans contains Objects mapped to RelationalPath instances
Beans(Map<? extends RelationalPath<?>, ?>) - Constructor for class com.mysema.query.sql.Beans
 
BigDecimalAsDoubleType - Class in com.mysema.query.sql.types
 
BigDecimalAsDoubleType() - Constructor for class com.mysema.query.sql.types.BigDecimalAsDoubleType
 
BigDecimalAsDoubleType(int) - Constructor for class com.mysema.query.sql.types.BigDecimalAsDoubleType
 
BigDecimalType - Class in com.mysema.query.sql.types
 
BigDecimalType() - Constructor for class com.mysema.query.sql.types.BigDecimalType
 
BigDecimalType(int) - Constructor for class com.mysema.query.sql.types.BigDecimalType
 
bigResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
BlobType - Class in com.mysema.query.sql.types
 
BlobType() - Constructor for class com.mysema.query.sql.types.BlobType
 
BlobType(int) - Constructor for class com.mysema.query.sql.types.BlobType
 
BooleanType - Class in com.mysema.query.sql.types
 
BooleanType() - Constructor for class com.mysema.query.sql.types.BooleanType
 
BooleanType(int) - Constructor for class com.mysema.query.sql.types.BooleanType
 
bufferResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
buildQueryString(boolean) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
BytesType - Class in com.mysema.query.sql.types
 
BytesType() - Constructor for class com.mysema.query.sql.types.BytesType
 
BytesType(int) - Constructor for class com.mysema.query.sql.types.BytesType
 
ByteType - Class in com.mysema.query.sql.types
 
ByteType() - Constructor for class com.mysema.query.sql.types.ByteType
 
ByteType(int) - Constructor for class com.mysema.query.sql.types.ByteType
 

C

cache() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
calcFoundRows() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
CAST - Static variable in class com.mysema.query.sql.SQLTemplates
 
CharacterType - Class in com.mysema.query.sql.types
 
CharacterType() - Constructor for class com.mysema.query.sql.types.CharacterType
 
CharacterType(int) - Constructor for class com.mysema.query.sql.types.CharacterType
 
ClobType - Class in com.mysema.query.sql.types
 
ClobType() - Constructor for class com.mysema.query.sql.types.ClobType
 
ClobType(int) - Constructor for class com.mysema.query.sql.types.ClobType
 
clone(Connection) - Method in interface com.mysema.query.sql.SQLQuery
Clone the state of the Query for the given Connection
clone(Connection) - Method in class com.mysema.query.sql.SQLQueryImpl
Clone the state of this query to a new SQLQueryImpl instance with the given Connection
close(PreparedStatement) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
 
close(ResultSet) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
 
close() - Method in class com.mysema.query.sql.SQLResultIterator
 
Column - Annotation Type in com.mysema.query.sql
Defines the related SQL table column for a property
ColumnImpl - Class in com.mysema.query.sql
ColumnImpl is an implementation for the Column annotation
ColumnImpl(String) - Constructor for class com.mysema.query.sql.ColumnImpl
 
columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
com.mysema.query.sql - package com.mysema.query.sql
SQL/JDBC support for Querydsl
com.mysema.query.sql.dml - package com.mysema.query.sql.dml
DML operations support
com.mysema.query.sql.mssql - package com.mysema.query.sql.mssql
SQL Server support
com.mysema.query.sql.mysql - package com.mysema.query.sql.mysql
MySQL support
com.mysema.query.sql.oracle - package com.mysema.query.sql.oracle
Oracle support for Querydsl SQL
com.mysema.query.sql.postgres - package com.mysema.query.sql.postgres
 
com.mysema.query.sql.types - package com.mysema.query.sql.types
Types for de/serialization to ResultSet and PreparedStatement
combineUnion(SubQueryExpression<?>[], Path<?>, SQLTemplates, boolean) - Static method in class com.mysema.query.sql.UnionUtils
 
configuration - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
 
Configuration - Class in com.mysema.query.sql
Configuration for SQLQuery instances
Configuration(SQLTemplates) - Constructor for class com.mysema.query.sql.Configuration
Create a new Configuration instance
configuration - Variable in class com.mysema.query.sql.dml.AbstractSQLClause
 
connectBy(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
 
connectByNocyclePrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
 
connectByPrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
 
connection - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
 
CONSTANT - Static variable in class com.mysema.query.sql.types.Null
 
count() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
countAll - Static variable in class com.mysema.query.sql.SQLExpressions
 
create(Class<? extends T>, String, Object...) - Static method in class com.mysema.query.sql.RelationalFunctionCall
Create a new TableValuedFunctionCall for the given function and arguments
createForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
 
createForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
 
createInvForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
 
createInvForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
 
createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.AnnotationMapper
 
createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.BeanMapper
 
createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.DefaultMapper
 
createMap(RelationalPath<?>, T) - Method in interface com.mysema.query.sql.dml.Mapper
 
createPrimaryKey(Path<?>...) - Method in class com.mysema.query.sql.RelationalPathBase
 
createProjection(RelationalPath<T>) - Static method in class com.mysema.query.sql.RelationalPathUtils
 
createSerializer() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
CUBRIDTemplates - Class in com.mysema.query.sql
CUBRIDTemplates is a SQL dialect for CUBRID
CUBRIDTemplates() - Constructor for class com.mysema.query.sql.CUBRIDTemplates
 
CUBRIDTemplates(boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
 
CUBRIDTemplates(char, boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
 

D

dateadd(DatePart, int, D) - Static method in class com.mysema.query.sql.mssql.SQLServerGrammar
 
datediff(DatePart, D, D) - Static method in class com.mysema.query.sql.mssql.SQLServerGrammar
 
DatePart - Enum in com.mysema.query.sql.mssql
 
DateTimeType - Class in com.mysema.query.sql.types
 
DateTimeType() - Constructor for class com.mysema.query.sql.types.DateTimeType
 
DateTimeType(int) - Constructor for class com.mysema.query.sql.types.DateTimeType
 
DateType - Class in com.mysema.query.sql.types
 
DateType() - Constructor for class com.mysema.query.sql.types.DateType
 
DateType(int) - Constructor for class com.mysema.query.sql.types.DateType
 
DEFAULT - Static variable in class com.mysema.query.sql.Configuration
Default instance
DEFAULT - Static variable in class com.mysema.query.sql.dml.AnnotationMapper
 
DEFAULT - Static variable in class com.mysema.query.sql.dml.BeanMapper
 
DEFAULT - Static variable in class com.mysema.query.sql.dml.DefaultMapper
 
DEFAULT - Static variable in class com.mysema.query.sql.SQLTemplates
 
DEFAULT - Static variable in class com.mysema.query.sql.types.Null
 
DefaultMapper - Class in com.mysema.query.sql.dml
Creates the mapping by inspecting the RelationalPath and Object via reflection.
DefaultMapper() - Constructor for class com.mysema.query.sql.dml.DefaultMapper
 
DefaultMapper(boolean) - Constructor for class com.mysema.query.sql.dml.DefaultMapper
 
delete(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
delete(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
Create a new DELETE clause
DerbyTemplates - Class in com.mysema.query.sql
DerbyTemplates is an SQL dialect for Derby
DerbyTemplates() - Constructor for class com.mysema.query.sql.DerbyTemplates
 
DerbyTemplates(boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
 
DerbyTemplates(char, boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
 
DoubleType - Class in com.mysema.query.sql.types
 
DoubleType() - Constructor for class com.mysema.query.sql.types.DoubleType
 
DoubleType(int) - Constructor for class com.mysema.query.sql.types.DoubleType
 

E

EnumAsObjectType<T extends Enum<T>> - Class in com.mysema.query.sql.types
 
EnumAsObjectType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumAsObjectType
 
EnumAsObjectType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumAsObjectType
 
EnumByNameType<T extends Enum<T>> - Class in com.mysema.query.sql.types
 
EnumByNameType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByNameType
 
EnumByNameType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByNameType
 
EnumByOrdinalType<T extends Enum<T>> - Class in com.mysema.query.sql.types
 
EnumByOrdinalType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByOrdinalType
 
EnumByOrdinalType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByOrdinalType
 
equals(Object) - Method in class com.mysema.query.sql.mssql.RowNumber
 
equals(Object) - Method in class com.mysema.query.sql.oracle.SumOver
 
execute() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
 
execute() - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
execute() - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
execute() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
executeBatch(PreparedStatement) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
 
executeWithKey(Path<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Execute the clause and return the generated key with the type of the given path.
executeWithKey(Class<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
executeWithKeys(Path<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Execute the clause and return the generated keys with the type of the given path.
executeWithKeys(Class<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
executeWithKeys() - Method in class com.mysema.query.sql.dml.SQLInsertClause
Execute the clause and return the generated keys as a ResultSet
exists() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
exists() - Method in class com.mysema.query.sql.SQLSubQuery
 

F

FloatType - Class in com.mysema.query.sql.types
 
FloatType() - Constructor for class com.mysema.query.sql.types.FloatType
 
FloatType(int) - Constructor for class com.mysema.query.sql.types.FloatType
 
ForeignKey<E> - Class in com.mysema.query.sql
ForeignKey defines a foreign key on a table to another table
ForeignKey(RelationalPath<?>, Path<?>, String) - Constructor for class com.mysema.query.sql.ForeignKey
 
ForeignKey(RelationalPath<?>, List<? extends Path<?>>, List<String>) - Constructor for class com.mysema.query.sql.ForeignKey
 
forShare() - Method in class com.mysema.query.sql.postgres.PostgresQuery
 
forUpdate() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
forUpdate() - Method in interface com.mysema.query.sql.SQLQuery
If you use forUpdate() with a backend that uses page or row locks, rows examined by the query are write-locked until the end of the current transaction.
from(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
from(Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
from(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
from(Expression<?>...) - Method in interface com.mysema.query.sql.SQLCommonQuery
Defines the sources of the query
from(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a sub query source
from(Expression<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
Create a new SELECT query
fullJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
fullJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
fullJoin(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
fullJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
fullJoin(RelationalFunctionCall<P>, Path<P>) - Method in class com.mysema.query.sql.SQLQueryMixin
 

G

get(RelationalPath<T>) - Method in class com.mysema.query.sql.Beans
 
get(ResultSet, Path<?>, int, Class<T>) - Method in class com.mysema.query.sql.Configuration
 
get(int) - Method in class com.mysema.query.sql.JDBCTypeMapping
 
getArg(int) - Method in class com.mysema.query.sql.RelationalFunctionCall
 
getArgs() - Method in class com.mysema.query.sql.QBeans
 
getArgs() - Method in class com.mysema.query.sql.RelationalFunctionCall
 
getAsc() - Method in class com.mysema.query.sql.SQLTemplates
 
getAutoIncrement() - Method in class com.mysema.query.sql.SQLTemplates
 
getColumnAlias() - Method in class com.mysema.query.sql.SQLTemplates
 
getColumns() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
 
getColumns() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
 
getColumns() - Method in interface com.mysema.query.sql.RelationalPath
Get all columns
getColumns() - Method in class com.mysema.query.sql.RelationalPathBase
 
getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
getConnection() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
getConstantPaths() - Method in class com.mysema.query.sql.SQLSerializer
 
getConstants() - Method in class com.mysema.query.sql.SQLSerializer
 
getCount() - Method in class com.mysema.query.sql.SQLTemplates
 
getCountStar() - Method in class com.mysema.query.sql.SQLTemplates
 
getCreateIndex() - Method in class com.mysema.query.sql.SQLTemplates
 
getCreateTable() - Method in class com.mysema.query.sql.SQLTemplates
 
getCreateUniqueIndex() - Method in class com.mysema.query.sql.SQLTemplates
 
getDeleteFrom() - Method in class com.mysema.query.sql.SQLTemplates
 
getDesc() - Method in class com.mysema.query.sql.SQLTemplates
 
getDistinctCountEnd() - Method in class com.mysema.query.sql.SQLTemplates
 
getDistinctCountStart() - Method in class com.mysema.query.sql.SQLTemplates
 
getDummyTable() - Method in class com.mysema.query.sql.SQLTemplates
 
getEntity() - Method in class com.mysema.query.sql.ForeignKey
 
getEntity() - Method in class com.mysema.query.sql.PrimaryKey
 
getForeignColumns() - Method in class com.mysema.query.sql.ForeignKey
 
getForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
Get the foreign keys for this relation
getForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
 
getForShare() - Method in class com.mysema.query.sql.SQLTemplates
 
getForUpdate() - Method in class com.mysema.query.sql.SQLTemplates
 
getFrom() - Method in class com.mysema.query.sql.SQLTemplates
 
getFullJoin() - Method in class com.mysema.query.sql.SQLTemplates
 
getGroupBy() - Method in class com.mysema.query.sql.SQLTemplates
 
getHaving() - Method in class com.mysema.query.sql.SQLTemplates
 
getInnerJoin() - Method in class com.mysema.query.sql.SQLTemplates
 
getInsertInto() - Method in class com.mysema.query.sql.SQLTemplates
 
getInverseForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
Get the inverse foreign keys for this relation
getInverseForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
 
getJavaType(int, String, String) - Method in class com.mysema.query.sql.Configuration
Get the java type for the given jdbc type, table name and column name
getJoin() - Method in class com.mysema.query.sql.SQLTemplates
 
getJoinSymbol(JoinType) - Method in class com.mysema.query.sql.SQLTemplates
 
getKey() - Method in class com.mysema.query.sql.SQLTemplates
 
getKeys() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
 
getLeftJoin() - Method in class com.mysema.query.sql.SQLTemplates
 
getLimitTemplate() - Method in class com.mysema.query.sql.SQLTemplates
 
getLocalColumns() - Method in class com.mysema.query.sql.ForeignKey
 
getLocalColumns() - Method in class com.mysema.query.sql.PrimaryKey
 
getMergeInto() - Method in class com.mysema.query.sql.SQLTemplates
 
getMetadata() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
getNotNull() - Method in class com.mysema.query.sql.SQLTemplates
 
getNoWait() - Method in class com.mysema.query.sql.SQLTemplates
 
getOffsetTemplate() - Method in class com.mysema.query.sql.SQLTemplates
 
getOn() - Method in class com.mysema.query.sql.SQLTemplates
 
getOrderBy() - Method in class com.mysema.query.sql.SQLTemplates
 
getPathFields(Class<?>) - Method in class com.mysema.query.sql.dml.AbstractMapper
 
getPrimaryKey() - Method in interface com.mysema.query.sql.RelationalPath
Get the primary key for this relation or null if none exists
getPrimaryKey() - Method in class com.mysema.query.sql.RelationalPathBase
 
getProjection() - Method in class com.mysema.query.sql.RelationalPathBase
 
getResults(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
getResults(Expression<?>...) - Method in interface com.mysema.query.sql.SQLQuery
Get the results as an JDBC result set
getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.BlobType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.BooleanType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.BytesType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.ByteType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.CharacterType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.ClobType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.DateTimeType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.DateType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.DoubleType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.EnumAsObjectType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByNameType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByOrdinalType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.FloatType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.InputStreamType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.IntegerType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateTimeType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.LocalTimeType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.LongType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.NullType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.ObjectType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.ShortType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.StringType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.TimestampType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.TimeType
 
getReturnedClass() - Method in interface com.mysema.query.sql.types.Type
 
getReturnedClass() - Method in class com.mysema.query.sql.types.UntypedNullType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.URLType
 
getReturnedClass() - Method in class com.mysema.query.sql.types.UtilDateType
 
getRightJoin() - Method in class com.mysema.query.sql.SQLTemplates
 
getSchemaName() - Method in interface com.mysema.query.sql.RelationalPath
Get the schema name
getSchemaName() - Method in class com.mysema.query.sql.RelationalPathBase
 
getSelect() - Method in class com.mysema.query.sql.SQLTemplates
 
getSelectDistinct() - Method in class com.mysema.query.sql.SQLTemplates
 
getSet() - Method in class com.mysema.query.sql.SQLTemplates
 
getSQLTypes() - Method in class com.mysema.query.sql.types.AbstractType
 
getSQLTypes() - Method in interface com.mysema.query.sql.types.Type
 
getSubQuery() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
 
getSubQuery() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
 
getTableAlias() - Method in class com.mysema.query.sql.SQLTemplates
 
getTableName() - Method in interface com.mysema.query.sql.RelationalPath
Get the table name
getTableName() - Method in class com.mysema.query.sql.RelationalPathBase
 
getTemplate() - Method in class com.mysema.query.sql.RelationalFunctionCall
 
getTemplates() - Method in class com.mysema.query.sql.Configuration
 
getTemplates() - Method in class com.mysema.query.sql.SQLSerializer
 
getType(String, String) - Method in class com.mysema.query.sql.JavaTypeMapping
 
getType(Class<T>) - Method in class com.mysema.query.sql.JavaTypeMapping
 
getTypeForCast(Class<?>) - Method in class com.mysema.query.sql.HSQLDBTemplates
 
getTypeForCast(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
 
getTypeForClass(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
 
getUnion() - Method in class com.mysema.query.sql.SQLTemplates
 
getUnionAll() - Method in class com.mysema.query.sql.SQLTemplates
 
getUpdate() - Method in class com.mysema.query.sql.SQLTemplates
 
getValue() - Method in class com.mysema.query.sql.mssql.RowNumber
 
getValue() - Method in class com.mysema.query.sql.oracle.SumOver
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.AbstractNumberType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BlobType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BooleanType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BytesType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CharacterType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ClobType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateTimeType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumAsObjectType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByNameType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.InputStreamType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateTimeType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalTimeType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.NullType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ObjectType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.StringType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimestampType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimeType
 
getValue(ResultSet, int) - Method in interface com.mysema.query.sql.types.Type
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UntypedNullType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.URLType
 
getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UtilDateType
 
getValues() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
 
getValues() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
 
getValues() - Method in class com.mysema.query.sql.SQLTemplates
 
getWhere() - Method in class com.mysema.query.sql.SQLTemplates
 
getWith() - Method in class com.mysema.query.sql.SQLTemplates
 

H

H2Templates - Class in com.mysema.query.sql
H2Templates is an SQL dialect for H2
H2Templates() - Constructor for class com.mysema.query.sql.H2Templates
 
H2Templates(boolean) - Constructor for class com.mysema.query.sql.H2Templates
 
H2Templates(char, boolean) - Constructor for class com.mysema.query.sql.H2Templates
 
handle(String, Object...) - Method in interface com.mysema.query.sql.SerializationContext
 
hasNext() - Method in class com.mysema.query.sql.SQLResultIterator
 
highPriority() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
HSQLDBTemplates - Class in com.mysema.query.sql
HSQLDBTemplates is an SQL dialect for HSQLDB
HSQLDBTemplates() - Constructor for class com.mysema.query.sql.HSQLDBTemplates
 
HSQLDBTemplates(boolean) - Constructor for class com.mysema.query.sql.HSQLDBTemplates
 
HSQLDBTemplates(char, boolean) - Constructor for class com.mysema.query.sql.HSQLDBTemplates
 

I

innerJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
innerJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
innerJoin(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds an inner join to the given target
innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds an inner join to the given target
innerJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds an inner join to the given target
innerJoin(RelationalFunctionCall<P>, Path<P>) - Method in class com.mysema.query.sql.SQLQueryMixin
 
InputStreamType - Class in com.mysema.query.sql.types
 
InputStreamType() - Constructor for class com.mysema.query.sql.types.InputStreamType
 
InputStreamType(int) - Constructor for class com.mysema.query.sql.types.InputStreamType
 
insert(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
insert(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
Create a new INSERT INTO clause
insertIgnore(RelationalPath<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
 
insertOnDuplicateKeyUpdate(RelationalPath<?>, String) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
 
insertOnDuplicateKeyUpdate(RelationalPath<?>, Expression<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
 
IntegerType - Class in com.mysema.query.sql.types
 
IntegerType() - Constructor for class com.mysema.query.sql.types.IntegerType
 
IntegerType(int) - Constructor for class com.mysema.query.sql.types.IntegerType
 
into(String) - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
intoDumpfile(File) - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
intoOutfile(File) - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
isBatchCountViaGetUpdateCount() - Method in class com.mysema.query.sql.SQLTemplates
 
isBigDecimalSupported() - Method in class com.mysema.query.sql.SQLTemplates
 
isNativeMerge() - Method in class com.mysema.query.sql.SQLTemplates
 
isParameterMetadataAvailable() - Method in class com.mysema.query.sql.SQLTemplates
 
isPrimaryKeyColumn(RelationalPath<?>, Path<?>) - Method in class com.mysema.query.sql.dml.AbstractMapper
 
isPrintSchema() - Method in class com.mysema.query.sql.SQLTemplates
 
isSupportsAlias() - Method in class com.mysema.query.sql.SQLTemplates
 
isUseQuotes() - Method in class com.mysema.query.sql.SQLTemplates
 
iterate(Expression<?>[]) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
iterate(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
iterate() - Method in interface com.mysema.query.sql.Union
Get the projection as a typed Iterator
iterate() - Method in class com.mysema.query.sql.UnionImpl
 

J

JavaTypeMapping - Class in com.mysema.query.sql
JavaTypeMapping provides a mapping from Class to Type instances
JavaTypeMapping() - Constructor for class com.mysema.query.sql.JavaTypeMapping
 
JDBCTypeMapping - Class in com.mysema.query.sql
JDBCTypeMapping defines a mapping from JDBC types to Java classes.
JDBCTypeMapping() - Constructor for class com.mysema.query.sql.JDBCTypeMapping
 
join(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
join(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
join(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
join(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
join(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
join(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
join(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
join(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
join(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a join to the given target
join(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
join(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a join to the given target
join(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a join to the given target
join(RelationalFunctionCall<P>, Path<P>) - Method in class com.mysema.query.sql.SQLQueryMixin
 

K

keys(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
Set the keys to be used in the MERGE clause

L

leftJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
leftJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
leftJoin(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a left join to the given target
leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a left join to the given target
leftJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a left join to the given target
leftJoin(RelationalFunctionCall<P>, Path<P>) - Method in class com.mysema.query.sql.SQLQueryMixin
 
level - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
 
list(Expression<?>[]) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
list(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
list() - Method in interface com.mysema.query.sql.Union
Get the projection as a typed List
list() - Method in class com.mysema.query.sql.UnionImpl
 
listResults(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
LocalDateTimeType - Class in com.mysema.query.sql.types
 
LocalDateTimeType() - Constructor for class com.mysema.query.sql.types.LocalDateTimeType
 
LocalDateTimeType(int) - Constructor for class com.mysema.query.sql.types.LocalDateTimeType
 
LocalDateType - Class in com.mysema.query.sql.types
 
LocalDateType() - Constructor for class com.mysema.query.sql.types.LocalDateType
 
LocalDateType(int) - Constructor for class com.mysema.query.sql.types.LocalDateType
 
LocalTimeType - Class in com.mysema.query.sql.types
 
LocalTimeType() - Constructor for class com.mysema.query.sql.types.LocalTimeType
 
LocalTimeType(int) - Constructor for class com.mysema.query.sql.types.LocalTimeType
 
lockInShareMode() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
LongType - Class in com.mysema.query.sql.types
 
LongType() - Constructor for class com.mysema.query.sql.types.LongType
 
LongType(int) - Constructor for class com.mysema.query.sql.types.LongType
 
LongVarBinaryBytesType - Class in com.mysema.query.sql.types
 
LongVarBinaryBytesType() - Constructor for class com.mysema.query.sql.types.LongVarBinaryBytesType
 

M

Mapper<T> - Interface in com.mysema.query.sql.dml
Create a Map of updates for a given domain object
merge(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
merge(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
Create a new MERGE clause
MySQLQuery - Class in com.mysema.query.sql.mysql
MySQLQuery provides MySQL related extensions to SQLQuery
MySQLQuery(Connection) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
 
MySQLQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
 
MySQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
 
MySQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
 
MySQLQueryFactory - Class in com.mysema.query.sql.mysql
MySQL specific implementation of SQLQueryFactory
MySQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
 
MySQLQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
 
MySQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
 
MySQLReplaceClause - Class in com.mysema.query.sql.mysql
 
MySQLReplaceClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.mysql.MySQLReplaceClause
 
MySQLReplaceClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.mysql.MySQLReplaceClause
 
MySQLTemplates - Class in com.mysema.query.sql
MySQLTemplates is an SQL dialect for MySQL
MySQLTemplates() - Constructor for class com.mysema.query.sql.MySQLTemplates
 
MySQLTemplates(boolean) - Constructor for class com.mysema.query.sql.MySQLTemplates
 
MySQLTemplates(char, boolean) - Constructor for class com.mysema.query.sql.MySQLTemplates
 

N

newInstance(Object...) - Method in class com.mysema.query.sql.QBeans
 
newLineToSingleSpace() - Method in class com.mysema.query.sql.SQLTemplates
 
next() - Method in class com.mysema.query.sql.SQLResultIterator
 
nextval(String) - Static method in class com.mysema.query.sql.SQLExpressions
 
nextval(Class<T>, String) - Static method in class com.mysema.query.sql.SQLExpressions
 
NEXTVAL - Static variable in class com.mysema.query.sql.SQLTemplates
 
noCache() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
notExists() - Method in class com.mysema.query.sql.SQLSubQuery
 
noWait() - Method in class com.mysema.query.sql.postgres.PostgresQuery
 
Null - Class in com.mysema.query.sql.types
 
NullType - Class in com.mysema.query.sql.types
 
NullType() - Constructor for class com.mysema.query.sql.types.NullType
 

O

ObjectType - Class in com.mysema.query.sql.types
 
ObjectType() - Constructor for class com.mysema.query.sql.types.ObjectType
 
ObjectType(int) - Constructor for class com.mysema.query.sql.types.ObjectType
 
of(RelationalPath<?>...) - Method in class com.mysema.query.sql.postgres.PostgresQuery
 
on(Predicate...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
on(Predicate...) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
on(RelationalPath<E>) - Method in class com.mysema.query.sql.ForeignKey
 
on(Predicate...) - Method in interface com.mysema.query.sql.SQLCommonQuery
Defines a filter to the last added join
OracleGrammar - Class in com.mysema.query.sql.oracle
Convenience functions and constants for Oracle DB usage
OracleQuery - Class in com.mysema.query.sql.oracle
OracleQuery provides Oracle specific extensions to the base SQL query type
OracleQuery(Connection) - Constructor for class com.mysema.query.sql.oracle.OracleQuery
 
OracleQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.oracle.OracleQuery
 
OracleQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.oracle.OracleQuery
 
OracleQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.oracle.OracleQuery
 
OracleQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.oracle.OracleQuery
 
OracleQueryFactory - Class in com.mysema.query.sql.oracle
Oracle specific implementation of SQLQueryFactory
OracleQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.oracle.OracleQueryFactory
 
OracleQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.oracle.OracleQueryFactory
 
OracleQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.oracle.OracleQueryFactory
 
OracleTemplates - Class in com.mysema.query.sql
OracleTemplates is an SQL dialect for Oracle
OracleTemplates() - Constructor for class com.mysema.query.sql.OracleTemplates
 
OracleTemplates(boolean) - Constructor for class com.mysema.query.sql.OracleTemplates
 
OracleTemplates(char, boolean) - Constructor for class com.mysema.query.sql.OracleTemplates
 
orderBy(OrderSpecifier<?>...) - Method in class com.mysema.query.sql.mssql.RowNumber
 
orderBy(ComparableExpression<?>...) - Method in class com.mysema.query.sql.mssql.RowNumber
 
orderBy(Expression<?>...) - Method in class com.mysema.query.sql.oracle.SumOver
 
orderBy(OrderSpecifier<?>...) - Method in interface com.mysema.query.sql.Union
Define the ordering of the query results
orderBy(OrderSpecifier<?>...) - Method in class com.mysema.query.sql.UnionImpl
 
orderSiblingsBy(Expression<?>) - Method in class com.mysema.query.sql.oracle.OracleQuery
 

P

partition(Expression<?>) - Method in class com.mysema.query.sql.oracle.SumOver
 
partitionBy(Expression<?>...) - Method in class com.mysema.query.sql.mssql.RowNumber
 
populate(Object) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Populate the INSERT clause with the properties of the given bean.
populate(T, Mapper<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
Populate the INSERT clause with the properties of the given bean using the given Mapper.
populate(Object) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
Populate the UPDATE clause with the properties of the given bean.
populate(T, Mapper<T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
Populate the UPDATE clause with the properties of the given bean using the given Mapper.
PostgresQuery - Class in com.mysema.query.sql.postgres
PostgresQuery provides Postgres related extensions to SQLQuery
PostgresQuery(Connection) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
 
PostgresQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
 
PostgresQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
 
PostgresQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
 
PostgresQueryFactory - Class in com.mysema.query.sql.postgres
PostgreSQL specific implementation of SQLQueryFactory
PostgresQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
 
PostgresQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
 
PostgresQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
 
PostgresTemplates - Class in com.mysema.query.sql
PostgresTemplates is an SQL dialect for PostgreSQL
PostgresTemplates() - Constructor for class com.mysema.query.sql.PostgresTemplates
 
PostgresTemplates(boolean) - Constructor for class com.mysema.query.sql.PostgresTemplates
 
PostgresTemplates(char, boolean) - Constructor for class com.mysema.query.sql.PostgresTemplates
 
PrimaryKey<E> - Class in com.mysema.query.sql
PrimaryKey defines a primary key on table
PrimaryKey(RelationalPath<?>, Path<?>...) - Constructor for class com.mysema.query.sql.PrimaryKey
 
PrimaryKey(RelationalPath<?>, List<? extends Path<?>>) - Constructor for class com.mysema.query.sql.PrimaryKey
 
produceNext(ResultSet) - Method in class com.mysema.query.sql.SQLResultIterator
 

Q

QBeans - Class in com.mysema.query.sql
Expression used to project a list of beans
QBeans(RelationalPath<?>...) - Constructor for class com.mysema.query.sql.QBeans
 
query() - Method in class com.mysema.query.sql.mssql.SQLServerQueryFactory
 
query() - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
 
query() - Method in class com.mysema.query.sql.oracle.OracleQueryFactory
 
query() - Method in class com.mysema.query.sql.postgres.PostgresQueryFactory
 
query() - Method in interface com.mysema.query.sql.SQLQueryFactory
 
query() - Method in class com.mysema.query.sql.SQLQueryFactoryImpl
 
queryMixin - Variable in class com.mysema.query.sql.AbstractSQLQuery
 
queryMixin - Variable in class com.mysema.query.sql.AbstractSQLSubQuery
 
quoteIdentifier(String) - Method in class com.mysema.query.sql.SQLTemplates
 

R

register(Type<?>) - Method in class com.mysema.query.sql.Configuration
Register the given Type to be used
register(String, String, Type<?>) - Method in class com.mysema.query.sql.Configuration
Register the given Type for the given table and column
register(Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
 
register(int, Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
 
RelationalFunctionCall<T> - Class in com.mysema.query.sql
Represents a table valued function call
RelationalFunctionCall(Class<? extends T>, String, Object...) - Constructor for class com.mysema.query.sql.RelationalFunctionCall
 
RelationalPath<T> - Interface in com.mysema.query.sql
RelationalPath extends EntityPath to provide access to relational metadata
RelationalPathBase<T> - Class in com.mysema.query.sql
RelationalPathBase is a base class for RelationalPath implementations
RelationalPathBase(Class<? extends T>, String, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
 
RelationalPathBase(Class<? extends T>, PathMetadata<?>, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
 
RelationalPathUtils - Class in com.mysema.query.sql
RelationalPathUtils provides static utility methods for RelationalPath instances
remove() - Method in class com.mysema.query.sql.SQLResultIterator
 
replace(RelationalPath<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
 
requiresQuotes(String) - Method in class com.mysema.query.sql.SQLTemplates
 
rightJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
rightJoin(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
rightJoin(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a right join to the given target
rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a full join to the given target
rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a right join to the given target
rightJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
Adds a right join to the given target
rightJoin(RelationalFunctionCall<P>, Path<P>) - Method in class com.mysema.query.sql.SQLQueryMixin
 
rn - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
 
rownum - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
 
RowNumber - Class in com.mysema.query.sql.mssql
RowNumber supports row_number constructs for MS SQL Server
RowNumber() - Constructor for class com.mysema.query.sql.mssql.RowNumber
 
rowNumber - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
 
rowNumber() - Static method in class com.mysema.query.sql.mssql.SQLServerGrammar
 

S

select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
SerializationContext - Interface in com.mysema.query.sql
SerializationContext defines a callback interface for SQLQuery serialization
serialize(QueryMetadata, boolean, SerializationContext) - Method in class com.mysema.query.sql.OracleTemplates
 
serialize(QueryMetadata, boolean) - Method in interface com.mysema.query.sql.SerializationContext
 
serialize(QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
 
serialize(QueryMetadata, boolean, SerializationContext) - Method in class com.mysema.query.sql.SQLServerTemplates
 
serialize(QueryMetadata, boolean, SerializationContext) - Method in class com.mysema.query.sql.SQLTemplates
 
serializeForDelete(QueryMetadata, RelationalPath<?>) - Method in class com.mysema.query.sql.SQLSerializer
 
serializeForInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
 
serializeForMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
 
serializeForUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>) - Method in class com.mysema.query.sql.SQLSerializer
 
serializeModifiers(QueryMetadata, SerializationContext) - Method in class com.mysema.query.sql.CUBRIDTemplates
 
serializeModifiers(QueryMetadata, SerializationContext) - Method in class com.mysema.query.sql.DerbyTemplates
 
serializeModifiers(QueryMetadata, SerializationContext) - Method in class com.mysema.query.sql.OracleTemplates
 
serializeModifiers(QueryMetadata, SerializationContext) - Method in class com.mysema.query.sql.SQLServerTemplates
 
serializeModifiers(QueryMetadata, SerializationContext) - Method in class com.mysema.query.sql.SQLTemplates
 
serializeUnion(SubQueryExpression[], QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
 
set(PreparedStatement, Path<?>, int, T) - Method in class com.mysema.query.sql.Configuration
 
set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
setAsc(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setAutoIncrement(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setBatchCountViaGetUpdateCount(boolean) - Method in class com.mysema.query.sql.SQLTemplates
 
setBigDecimalSupported(boolean) - Method in class com.mysema.query.sql.SQLTemplates
 
setColumnAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setCount(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setCountStar(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setCreateIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setCreateTable(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setCreateUniqueIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setDeleteFrom(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setDesc(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setDistinctCountEnd(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setDistinctCountStart(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setDummyTable(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setForShare(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setForUpdate(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setFrom(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setFullJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setGroupBy(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setHaving(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setInnerJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setInsertInto(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setKey(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setLeftJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setMergeInto(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setNativeMerge(boolean) - Method in class com.mysema.query.sql.SQLTemplates
 
setNotNull(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setNoWait(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
setOffsetTemplate(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setOn(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setOrderBy(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setParameterMetadataAvailable(boolean) - Method in class com.mysema.query.sql.SQLTemplates
 
setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<Param<?>, ?>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
Set the parameters to the given PreparedStatement
setPrintSchema(boolean) - Method in class com.mysema.query.sql.SQLTemplates
 
setRightJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setSelect(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setSelectDistinct(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setSet(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setTableAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setType(String, String, Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
 
setUnion(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setUnionAll(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setUpdate(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
 
setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalType
 
setValue(PreparedStatement, int, Blob) - Method in class com.mysema.query.sql.types.BlobType
 
setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.BooleanType
 
setValue(PreparedStatement, int, byte[]) - Method in class com.mysema.query.sql.types.BytesType
 
setValue(PreparedStatement, int, Byte) - Method in class com.mysema.query.sql.types.ByteType
 
setValue(PreparedStatement, int, Character) - Method in class com.mysema.query.sql.types.CharacterType
 
setValue(PreparedStatement, int, Clob) - Method in class com.mysema.query.sql.types.ClobType
 
setValue(PreparedStatement, int, DateTime) - Method in class com.mysema.query.sql.types.DateTimeType
 
setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.DateType
 
setValue(PreparedStatement, int, Double) - Method in class com.mysema.query.sql.types.DoubleType
 
setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumAsObjectType
 
setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByNameType
 
setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
 
setValue(PreparedStatement, int, Float) - Method in class com.mysema.query.sql.types.FloatType
 
setValue(PreparedStatement, int, InputStream) - Method in class com.mysema.query.sql.types.InputStreamType
 
setValue(PreparedStatement, int, Integer) - Method in class com.mysema.query.sql.types.IntegerType
 
setValue(PreparedStatement, int, LocalDateTime) - Method in class com.mysema.query.sql.types.LocalDateTimeType
 
setValue(PreparedStatement, int, LocalDate) - Method in class com.mysema.query.sql.types.LocalDateType
 
setValue(PreparedStatement, int, LocalTime) - Method in class com.mysema.query.sql.types.LocalTimeType
 
setValue(PreparedStatement, int, Long) - Method in class com.mysema.query.sql.types.LongType
 
setValue(PreparedStatement, int, Null) - Method in class com.mysema.query.sql.types.NullType
 
setValue(PreparedStatement, int, Object) - Method in class com.mysema.query.sql.types.ObjectType
 
setValue(PreparedStatement, int, Short) - Method in class com.mysema.query.sql.types.ShortType
 
setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.StringType
 
setValue(PreparedStatement, int, Timestamp) - Method in class com.mysema.query.sql.types.TimestampType
 
setValue(PreparedStatement, int, Time) - Method in class com.mysema.query.sql.types.TimeType
 
setValue(PreparedStatement, int, T) - Method in interface com.mysema.query.sql.types.Type
 
setValue(PreparedStatement, int, Null) - Method in class com.mysema.query.sql.types.UntypedNullType
 
setValue(PreparedStatement, int, URL) - Method in class com.mysema.query.sql.types.URLType
 
setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.UtilDateType
 
setValues(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setWhere(String) - Method in class com.mysema.query.sql.SQLTemplates
 
setWith(String) - Method in class com.mysema.query.sql.SQLTemplates
 
ShortType - Class in com.mysema.query.sql.types
 
ShortType() - Constructor for class com.mysema.query.sql.types.ShortType
 
ShortType(int) - Constructor for class com.mysema.query.sql.types.ShortType
 
smallResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
SQLCommonQuery<Q extends SQLCommonQuery<Q>> - Interface in com.mysema.query.sql
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLDeleteClause - Class in com.mysema.query.sql.dml
SQLDeleteClause defines a DELETE clause
SQLDeleteClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
 
SQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
 
SQLExpressions - Class in com.mysema.query.sql
Common SQL expressions
SQLInsertBatch - Class in com.mysema.query.sql.dml
SQLInsertBatch defines the state of an SQL INSERT batch item
SQLInsertBatch(List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertBatch
 
SQLInsertClause - Class in com.mysema.query.sql.dml
SQLInsertClause defines an INSERT INTO clause
SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
 
SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
 
SQLInsertClause(Connection, Configuration, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
 
SQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
 
SQLiteTemplates - Class in com.mysema.query.sql
CUBRIDTemplates is a SQL dialect for SQLite
SQLiteTemplates() - Constructor for class com.mysema.query.sql.SQLiteTemplates
 
SQLiteTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
 
SQLiteTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
 
SQLMergeBatch - Class in com.mysema.query.sql.dml
SQLMergeBatch defines the state of an SQL MERGE batch item
SQLMergeBatch(List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeBatch
 
SQLMergeClause - Class in com.mysema.query.sql.dml
SQLMergeClause defines an MERGE INTO clause
SQLMergeClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
 
SQLMergeClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
 
SQLQuery - Interface in com.mysema.query.sql
Query interface for SQL queries
SQLQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> - Interface in com.mysema.query.sql
Factory interface for query and clause creation
SQLQueryFactoryImpl - Class in com.mysema.query.sql
Factory class for query and DML clause creation
SQLQueryFactoryImpl(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
 
SQLQueryFactoryImpl(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
 
SQLQueryImpl - Class in com.mysema.query.sql
SQLQueryImpl is a JDBC based implementation of the SQLQuery interface
SQLQueryImpl(SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQueryImpl
Create a detached SQLQueryImpl instance The query can be attached via the clone method
SQLQueryImpl(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQueryImpl
Create a new SQLQueryImpl instance
SQLQueryImpl(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQueryImpl
Create a new SQLQueryImpl instance
SQLQueryImpl(Connection, Configuration) - Constructor for class com.mysema.query.sql.SQLQueryImpl
Create a new SQLQueryImpl instance
SQLQueryImpl(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQueryImpl
Create a new SQLQueryImpl instance
SQLQueryMixin<T> - Class in com.mysema.query.sql
SQLQueryMixin extends QueryMixin with module specific functionality
SQLQueryMixin() - Constructor for class com.mysema.query.sql.SQLQueryMixin
 
SQLQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQueryMixin
 
SQLQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQueryMixin
 
SQLResultIterator<T> - Class in com.mysema.query.sql
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections
SQLResultIterator(Statement, ResultSet) - Constructor for class com.mysema.query.sql.SQLResultIterator
 
SQLSerializer - Class in com.mysema.query.sql
SqlSerializer serializes Querydsl queries into SQL
SQLSerializer(SQLTemplates) - Constructor for class com.mysema.query.sql.SQLSerializer
 
SQLSerializer(SQLTemplates, boolean) - Constructor for class com.mysema.query.sql.SQLSerializer
 
SQLSerializer(SQLTemplates, boolean, boolean) - Constructor for class com.mysema.query.sql.SQLSerializer
 
SQLSerializer.Stage - Enum in com.mysema.query.sql
 
SQLServerGrammar - Class in com.mysema.query.sql.mssql
Convenience functions and constants for SQL Server usage
SQLServerQuery - Class in com.mysema.query.sql.mssql
SQLServerQuery provides SQL Server related extensions to SQLQuery
SQLServerQuery(Connection) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
 
SQLServerQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
 
SQLServerQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
 
SQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
 
SQLServerQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
 
SQLServerQueryFactory - Class in com.mysema.query.sql.mssql
SQL Server specific implementation of SQLQueryFactory
SQLServerQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
 
SQLServerQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
 
SQLServerQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
 
SQLServerSubQuery - Class in com.mysema.query.sql.mssql
 
SQLServerSubQuery() - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
 
SQLServerSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
 
SQLServerTableHints - Enum in com.mysema.query.sql.mssql
 
SQLServerTemplates - Class in com.mysema.query.sql
SQLServerTemplates is an SQL dialect for Microsoft SQL Server
SQLServerTemplates() - Constructor for class com.mysema.query.sql.SQLServerTemplates
 
SQLServerTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
 
SQLServerTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
 
SQLSubQuery - Class in com.mysema.query.sql
SQLSubQuery is a subquery implementation for SQL queries
SQLSubQuery() - Constructor for class com.mysema.query.sql.SQLSubQuery
 
SQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.SQLSubQuery
 
SQLTemplates - Class in com.mysema.query.sql
SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
SQLTemplates(String, char, boolean) - Constructor for class com.mysema.query.sql.SQLTemplates
 
SQLUpdateClause - Class in com.mysema.query.sql.dml
SQLUpdateClause defines a UPDATE clause
SQLUpdateClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
 
SQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
 
stage - Variable in class com.mysema.query.sql.SQLSerializer
 
startWith(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
 
straightJoin() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
StringType - Class in com.mysema.query.sql.types
 
StringType() - Constructor for class com.mysema.query.sql.types.StringType
 
StringType(int) - Constructor for class com.mysema.query.sql.types.StringType
 
subQuery() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
subQuery(Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
subQuery() - Method in interface com.mysema.query.sql.SQLQueryFactory
 
subQuery(Expression<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
 
sumOver(Expression<A>) - Static method in class com.mysema.query.sql.oracle.OracleGrammar
 
SumOver<A extends Number & Comparable<? super A>> - Class in com.mysema.query.sql.oracle
SumOver is a fluent type for Oracle specific sum over / partition by / order by constructs
SumOver(Expression<A>) - Constructor for class com.mysema.query.sql.oracle.SumOver
 
sysdate - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
 

T

tableHints(SQLServerTableHints...) - Method in class com.mysema.query.sql.mssql.SQLServerQuery
 
tableHints(SQLServerTableHints...) - Method in class com.mysema.query.sql.mssql.SQLServerSubQuery
 
TimestampType - Class in com.mysema.query.sql.types
 
TimestampType() - Constructor for class com.mysema.query.sql.types.TimestampType
 
TimestampType(int) - Constructor for class com.mysema.query.sql.types.TimestampType
 
TimeType - Class in com.mysema.query.sql.types
 
TimeType() - Constructor for class com.mysema.query.sql.types.TimeType
 
TimeType(int) - Constructor for class com.mysema.query.sql.types.TimeType
 
toString() - Method in class com.mysema.query.sql.AbstractSQLQuery
 
toString() - Method in class com.mysema.query.sql.AbstractSQLSubQuery
 
toString() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
 
toString() - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
toString() - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
toString() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
toString() - Method in class com.mysema.query.sql.UnionImpl
 
Type<T> - Interface in com.mysema.query.sql.types
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement

U

union - Variable in class com.mysema.query.sql.AbstractSQLQuery
 
union(ListSubQuery<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
union(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
union(SubQueryExpression<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
union(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
union(ListSubQuery<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
union(Path<?>, ListSubQuery<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
union(SubQueryExpression<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
union(Path<?>, SubQueryExpression<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
union(List<? extends SubQueryExpression<T>>) - Method in class com.mysema.query.sql.SQLSubQuery
 
union(SubQueryExpression<T>...) - Method in class com.mysema.query.sql.SQLSubQuery
 
UNION - Static variable in class com.mysema.query.sql.SQLTemplates
 
Union<RT> - Interface in com.mysema.query.sql
Union defines an interface for Union queries
unionAll - Variable in class com.mysema.query.sql.AbstractSQLQuery
 
unionAll(ListSubQuery<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
unionAll(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
unionAll(SubQueryExpression<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
unionAll(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
unionAll(ListSubQuery<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
unionAll(Path<?>, ListSubQuery<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
unionAll(SubQueryExpression<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
unionAll(Path<?>, SubQueryExpression<RT>...) - Method in interface com.mysema.query.sql.SQLQuery
Creates an union expression for the given subqueries
UnionImpl<Q extends com.mysema.query.Query & com.mysema.query.Projectable,RT> - Class in com.mysema.query.sql
Default implementation of the Union interface
UnionImpl(Q, List<? extends Expression<?>>) - Constructor for class com.mysema.query.sql.UnionImpl
 
UnionUtils - Class in com.mysema.query.sql
UnionUtils provides static utility methods for Union handling
uniqueResult(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
uniqueResult(Expression<?>[]) - Method in class com.mysema.query.sql.AbstractSQLQuery
 
UntypedNullType - Class in com.mysema.query.sql.types
 
UntypedNullType() - Constructor for class com.mysema.query.sql.types.UntypedNullType
 
update(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
 
update(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLQueryFactory
Create a new UPDATE clause
URLType - Class in com.mysema.query.sql.types
 
URLType() - Constructor for class com.mysema.query.sql.types.URLType
 
URLType(int) - Constructor for class com.mysema.query.sql.types.URLType
 
useIndex(String...) - Method in class com.mysema.query.sql.mysql.MySQLQuery
 
UtilDateType - Class in com.mysema.query.sql.types
 
UtilDateType() - Constructor for class com.mysema.query.sql.types.UtilDateType
 
UtilDateType(int) - Constructor for class com.mysema.query.sql.types.UtilDateType
 

V

value() - Method in class com.mysema.query.sql.ColumnImpl
 
valueOf(String) - Static method in enum com.mysema.query.sql.mssql.DatePart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mysema.query.sql.mssql.SQLServerTableHints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mysema.query.sql.SQLSerializer.Stage
Returns the enum constant of this type with the specified name.
values(Object...) - Method in class com.mysema.query.sql.dml.SQLInsertClause
 
values(Object...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
 
values() - Static method in enum com.mysema.query.sql.mssql.DatePart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mysema.query.sql.mssql.SQLServerTableHints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mysema.query.sql.SQLSerializer.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Constant<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
 
visit(ParamExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
 
visit(Path<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
 
visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
 
visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
 
visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.sql.SQLSerializer
 

W

where(Predicate...) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
 
where(Predicate...) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
 
WITH_NULL_BINDINGS - Static variable in class com.mysema.query.sql.dml.AnnotationMapper
 
WITH_NULL_BINDINGS - Static variable in class com.mysema.query.sql.dml.BeanMapper
 
WITH_NULL_BINDINGS - Static variable in class com.mysema.query.sql.dml.DefaultMapper
 
withRollup() - Method in class com.mysema.query.sql.mysql.MySQLQuery
 

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.