Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- absolute(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- AbstractDateTimeType<T> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations
- AbstractDateTimeType(int) - Constructor for class com.querydsl.sql.types.AbstractDateTimeType
- AbstractJodaTimeDateTimeType<T> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations for Joda-Time
- AbstractJodaTimeDateTimeType(int) - Constructor for class com.querydsl.sql.types.AbstractJodaTimeDateTimeType
- AbstractJSR310DateTimeType<T extends Temporal> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations for Java Time API (JSR310)
- AbstractJSR310DateTimeType(int) - Constructor for class com.querydsl.sql.types.AbstractJSR310DateTimeType
- AbstractMapper<T> - Class in com.querydsl.sql.dml
-
Abstract base class for Mapper implementations
- AbstractMapper() - Constructor for class com.querydsl.sql.dml.AbstractMapper
- AbstractMySQLQuery<T,
C extends AbstractMySQLQuery<T, C>> - Class in com.querydsl.sql.mysql -
MySQLQueryprovides MySQL related extensions to SQLQuery. - AbstractMySQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mysql.AbstractMySQLQuery
- AbstractMySQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mysql.AbstractMySQLQuery
- AbstractOracleQuery<T,
C extends AbstractOracleQuery<T, C>> - Class in com.querydsl.sql.oracle -
OracleQueryprovides Oracle specific extensions to the base SQL query type - AbstractOracleQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.oracle.AbstractOracleQuery
- AbstractOracleQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.oracle.AbstractOracleQuery
- AbstractPostgreSQLQuery<T,
C extends AbstractPostgreSQLQuery<T, C>> - Class in com.querydsl.sql.postgresql -
PostgreSQLQueryprovides PostgreSQL related extensions to SQLQuery - AbstractPostgreSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
- AbstractPostgreSQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
- AbstractSQLClause<C extends AbstractSQLClause<C>> - Class in com.querydsl.sql.dml
-
AbstractSQLClauseis a superclass for SQL based DMLClause implementations - AbstractSQLClause(Configuration) - Constructor for class com.querydsl.sql.dml.AbstractSQLClause
- AbstractSQLClause(Configuration, Connection) - Constructor for class com.querydsl.sql.dml.AbstractSQLClause
- AbstractSQLClause(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.dml.AbstractSQLClause
- AbstractSQLDeleteClause<C extends AbstractSQLDeleteClause<C>> - Class in com.querydsl.sql.dml
-
Provides a base class for dialect-specific DELETE clauses.
- AbstractSQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLDeleteClause
- AbstractSQLDeleteClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLDeleteClause
- AbstractSQLInsertClause<C extends AbstractSQLInsertClause<C>> - Class in com.querydsl.sql.dml
-
Provides a base class for dialect-specific INSERT clauses.
- AbstractSQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLInsertClause
- AbstractSQLInsertClause(Connection, Configuration, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLInsertClause
- AbstractSQLInsertClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLInsertClause
- AbstractSQLInsertClause(Supplier<Connection>, Configuration, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLInsertClause
- AbstractSQLQuery<T,
Q extends AbstractSQLQuery<T, Q>> - Class in com.querydsl.sql -
AbstractSQLQueryis the base type for SQL query implementations - AbstractSQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.AbstractSQLQuery
- AbstractSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.AbstractSQLQuery
- AbstractSQLQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.AbstractSQLQuery
- AbstractSQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.AbstractSQLQuery
- AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>> - Class in com.querydsl.sql
-
AbstractSQLQueryFactoryis the base class forSQLCommonQueryFactoryimplementations - AbstractSQLQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.AbstractSQLQueryFactory
- AbstractSQLServerQuery<T,
C extends AbstractSQLServerQuery<T, C>> - Class in com.querydsl.sql.mssql -
AbstractSQLServerQueryprovides SQL Server related extensions to SQLQuery - AbstractSQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.AbstractSQLServerQuery
- AbstractSQLServerQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.AbstractSQLServerQuery
- AbstractSQLUpdateClause<C extends AbstractSQLUpdateClause<C>> - Class in com.querydsl.sql.dml
-
Provides a base class for dialect-specific UPDATE clauses.
- AbstractSQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLUpdateClause
- AbstractSQLUpdateClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.AbstractSQLUpdateClause
- AbstractTeradataQuery<T,
C extends AbstractTeradataQuery<T, C>> - Class in com.querydsl.sql.teradata -
AbstractTeradataQueryprovides Teradata related extensions to SQLQuery - AbstractTeradataQuery(Connection) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractTeradataQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractTeradataQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractTeradataQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractTeradataQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractTeradataQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.teradata.AbstractTeradataQuery
- AbstractType<T> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations
- AbstractType(int) - Constructor for class com.querydsl.sql.types.AbstractType
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.ProjectableSQLQuery
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.QBeans
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.RelationalFunctionCall
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.UnionImpl
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WindowFirstLast
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WindowFunction
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WithinGroup.OrderBy
- add(SQLListener) - Method in class com.querydsl.sql.SQLListeners
- add(P) - Method in class com.querydsl.sql.RelationalPathBase
- addBatch() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
-
Add current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the current state of bindings as a batch item
- addCustomType(Type<?>) - Method in class com.querydsl.sql.SQLTemplates
- addDays(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of days to the date
- addDays(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of days to the date
- addFlag(QueryFlag) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, String) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given prefix and expression as a general query flag
- addHours(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of hours to the date
- addJoinFlag(String) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join with the position BEFORE_TARGET
- addJoinFlag(String) - Method in interface com.querydsl.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 class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String, JoinFlag.Position) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join
- addKeyConditions(FilteredClause<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- addListener(SQLListener) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Add a listener
- addListener(SQLListener) - Method in class com.querydsl.sql.Configuration
-
Add a listener
- addListener(SQLListener) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Add a listener
- addListeners(AbstractSQLClause<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- addMetadata(P, ColumnMetadata) - Method in class com.querydsl.sql.RelationalPathBase
- addMinutes(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of minutes to the date
- addMonths(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of months to the date
- addMonths(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of months to the date
- addPreparedStatement(PreparedStatement) - Method in class com.querydsl.sql.SQLListenerContextImpl
- addSeconds(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of seconds to the date
- addSQL(SQLBindings) - Method in class com.querydsl.sql.SQLListenerContextImpl
- addTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.querydsl.sql.SQLTemplates
- addTypeNameToCode(String, int) - Method in class com.querydsl.sql.SQLTemplates
- addTypeNameToCode(String, int, boolean) - Method in class com.querydsl.sql.SQLTemplates
- addWeeks(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWeeks(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addYears(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of years to the date
- addYears(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of years to the date
- afterLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
- all - Static variable in class com.querydsl.sql.SQLExpressions
-
Wildcard expression
- all() - Method in class com.querydsl.sql.RelationalPathBase
- all(BooleanExpression) - Static method in class com.querydsl.sql.SQLExpressions
-
Get an aggregate all expression for the given boolean expression
- ALL - Enum constant in enum com.querydsl.sql.SQLOps
- AnnotationMapper - Class in com.querydsl.sql.dml
-
Creates the mapping via @Column annotated fields in the object.
- AnnotationMapper() - Constructor for class com.querydsl.sql.dml.AnnotationMapper
- AnnotationMapper(boolean) - Constructor for class com.querydsl.sql.dml.AnnotationMapper
- annotationType() - Method in class com.querydsl.sql.ColumnImpl
- any(BooleanExpression) - Static method in class com.querydsl.sql.SQLExpressions
-
Get an aggregate any expression for the given boolean expression
- appendAsColumnName(Path<?>, boolean) - Method in class com.querydsl.sql.SQLSerializer
- appendSchemaName(String) - Method in class com.querydsl.sql.SQLSerializer
- appendTableName(String, boolean) - Method in class com.querydsl.sql.SQLSerializer
- ArrayType<T> - Class in com.querydsl.sql.types
-
ArrayTypemaps Java arrays to JDBC arrays - ArrayType(Class<T>, String) - Constructor for class com.querydsl.sql.types.ArrayType
- as(Expression<?>) - Method in class com.querydsl.sql.WithBuilder
- as(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
- as(Path<?>) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Create an alias for the expression
- as(Path<RT>) - Method in interface com.querydsl.sql.Union
-
Create an alias for the expression
- as(Path<T>) - Method in class com.querydsl.sql.UnionImpl
- as(String) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Create an alias for the expression
- as(String) - Method in interface com.querydsl.sql.Union
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.sql.UnionImpl
- as(String) - Method in class com.querydsl.sql.WindowFunction
- asLiteral(Object) - Method in class com.querydsl.sql.Configuration
-
Get the literal representation of the given constant
- avg(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
B
- batches - Variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- batches - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- batches - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- batches - Variable in class com.querydsl.sql.dml.SQLMergeClause
- batchToBulk - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- BeanMapper - Class in com.querydsl.sql.dml
-
Creates the mapping by inspecting object via bean inspection.
- BeanMapper() - Constructor for class com.querydsl.sql.dml.BeanMapper
- BeanMapper(boolean) - Constructor for class com.querydsl.sql.dml.BeanMapper
- Beans - Class in com.querydsl.sql
-
Beanscontains Objects mapped toRelationalPathinstances - Beans(Map<? extends RelationalPath<?>, ?>) - Constructor for class com.querydsl.sql.Beans
- beforeFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
- between() - Method in class com.querydsl.sql.WindowRows
- Between() - Constructor for class com.querydsl.sql.WindowRows.Between
- BetweenAnd() - Constructor for class com.querydsl.sql.WindowRows.BetweenAnd
- BigDecimalAsDoubleType - Class in com.querydsl.sql.types
-
BigDecimalAsDoubleTypemaps BigDecimal to Double on the JDBC level - BigDecimalAsDoubleType() - Constructor for class com.querydsl.sql.types.BigDecimalAsDoubleType
- BigDecimalAsDoubleType(int) - Constructor for class com.querydsl.sql.types.BigDecimalAsDoubleType
- BigDecimalType - Class in com.querydsl.sql.types
-
BigDecimalTypemaps BigDecimal to BigDecimal on the JDBC level - BigDecimalType() - Constructor for class com.querydsl.sql.types.BigDecimalType
- BigDecimalType(int) - Constructor for class com.querydsl.sql.types.BigDecimalType
- BigIntegerAsLongType - Class in com.querydsl.sql.types
-
BigIntegerTypemaps BigInteger to Long on the JDBC level - BigIntegerAsLongType() - Constructor for class com.querydsl.sql.types.BigIntegerAsLongType
- BigIntegerAsLongType(int) - Constructor for class com.querydsl.sql.types.BigIntegerAsLongType
- BigIntegerType - Class in com.querydsl.sql.types
-
BigIntegerTypemaps BigInteger to BigDecimal on the JDBC level - BigIntegerType() - Constructor for class com.querydsl.sql.types.BigIntegerType
- BigIntegerType(int) - Constructor for class com.querydsl.sql.types.BigIntegerType
- bigResult() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
For SQL_BIG_RESULT, MySQL directly uses disk-based temporary tables if needed, and prefers sorting to using a temporary table with a key on the GROUP BY elements.
- BlobType - Class in com.querydsl.sql.types
-
BlobTypemaps Blob to Blob on the JDBC level - BlobType() - Constructor for class com.querydsl.sql.types.BlobType
- BlobType(int) - Constructor for class com.querydsl.sql.types.BlobType
- BooleanType - Class in com.querydsl.sql.types
-
BooleanTypemaps Boolean to Boolean on the JDBC level - BooleanType() - Constructor for class com.querydsl.sql.types.BooleanType
- BooleanType(int) - Constructor for class com.querydsl.sql.types.BooleanType
- bufferResult() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SQL_BUFFER_RESULT forces the result to be put into a temporary table.
- build() - Method in class com.querydsl.sql.SQLTemplates.Builder
- build() - Method in class com.querydsl.sql.StatementOptions.Builder
- build(char, boolean) - Method in class com.querydsl.sql.SQLTemplates.Builder
- builder() - Static method in class com.querydsl.sql.CUBRIDTemplates
- builder() - Static method in class com.querydsl.sql.DB2Templates
- builder() - Static method in class com.querydsl.sql.DerbyTemplates
- builder() - Static method in class com.querydsl.sql.FirebirdTemplates
- builder() - Static method in class com.querydsl.sql.H2Templates
- builder() - Static method in class com.querydsl.sql.HSQLDBTemplates
- builder() - Static method in class com.querydsl.sql.MySQLTemplates
- builder() - Static method in class com.querydsl.sql.OracleTemplates
- builder() - Static method in class com.querydsl.sql.PostgreSQLTemplates
- builder() - Static method in class com.querydsl.sql.SQLiteTemplates
- builder() - Static method in class com.querydsl.sql.SQLServer2005Templates
- builder() - Static method in class com.querydsl.sql.SQLServer2008Templates
- builder() - Static method in class com.querydsl.sql.SQLServer2012Templates
- builder() - Static method in class com.querydsl.sql.SQLServerTemplates
- builder() - Static method in class com.querydsl.sql.StatementOptions
- builder() - Static method in class com.querydsl.sql.TeradataTemplates
- Builder() - Constructor for class com.querydsl.sql.SQLTemplates.Builder
- BytesType - Class in com.querydsl.sql.types
-
BytesTypemaps byte[] to byte[] on the JDBC level - BytesType() - Constructor for class com.querydsl.sql.types.BytesType
- BytesType(int) - Constructor for class com.querydsl.sql.types.BytesType
- ByteType - Class in com.querydsl.sql.types
-
ByteTypemaps Byte to Byte on the JDBC level - ByteType() - Constructor for class com.querydsl.sql.types.ByteType
- ByteType(int) - Constructor for class com.querydsl.sql.types.ByteType
C
- cache() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SQL_CACHE tells MySQL to store the result in the query cache if it is cacheable and the value of the query_cache_type system variable is 2 or DEMAND.
- calcFoundRows() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SQL_CALC_FOUND_ROWS tells MySQL to calculate how many rows there would be in the result set, disregarding any LIMIT clause.
- CalendarType - Class in com.querydsl.sql.types
-
CalendarTypemaps Calendar to Timestamp on the JDBC level - CalendarType() - Constructor for class com.querydsl.sql.types.CalendarType
- CalendarType(int) - Constructor for class com.querydsl.sql.types.CalendarType
- cancelRowUpdates() - Method in class com.querydsl.sql.dml.EmptyResultSet
- CAST - Enum constant in enum com.querydsl.sql.SQLOps
- ChainedNameMapping - Class in com.querydsl.sql.namemapping
-
A
NameMappingimplementation that accepts zero or moreNameMappings and returns the first non-null mapping result. - ChainedNameMapping(NameMapping...) - Constructor for class com.querydsl.sql.namemapping.ChainedNameMapping
- ChangeLetterCaseNameMapping - Class in com.querydsl.sql.namemapping
-
Simple implementation of
NameMappingthat changes the letter-case (lower-case or upper-case) of the schema, table and column names. - ChangeLetterCaseNameMapping(ChangeLetterCaseNameMapping.LetterCase, Locale) - Constructor for class com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping
-
Constructor.
- ChangeLetterCaseNameMapping.LetterCase - Enum in com.querydsl.sql.namemapping
-
The target character-case (lower or upper) that the
ChangeLetterCaseNameMappingshould use to convert the identifiers names. - CharacterType - Class in com.querydsl.sql.types
-
CharacterTypemaps Character to Character on the JDBC level - CharacterType() - Constructor for class com.querydsl.sql.types.CharacterType
- CharacterType(int) - Constructor for class com.querydsl.sql.types.CharacterType
- clear() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Clear the internal state of the clause
- clear() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- clear() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- clear() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- clear() - Method in class com.querydsl.sql.dml.SQLMergeClause
- clear() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- clearWarnings() - Method in class com.querydsl.sql.dml.EmptyResultSet
- ClobType - Class in com.querydsl.sql.types
-
ClobTypemaps Clob to Clob on the JDBC level - ClobType() - Constructor for class com.querydsl.sql.types.ClobType
- ClobType(int) - Constructor for class com.querydsl.sql.types.ClobType
- clone() - Method in class com.querydsl.sql.AbstractSQLQuery
- clone() - Method in class com.querydsl.sql.ProjectableSQLQuery
- clone(Connection) - Method in class com.querydsl.sql.AbstractSQLQuery
- clone(Connection) - Method in class com.querydsl.sql.mssql.SQLServerQuery
- clone(Connection) - Method in class com.querydsl.sql.mysql.MySQLQuery
- clone(Connection) - Method in class com.querydsl.sql.oracle.OracleQuery
- clone(Connection) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
- clone(Connection) - Method in class com.querydsl.sql.SQLQuery
- clone(Connection) - Method in class com.querydsl.sql.teradata.TeradataQuery
- clone(Q) - Method in class com.querydsl.sql.AbstractSQLQuery
- clone(Q) - Method in class com.querydsl.sql.ProjectableSQLQuery
- close() - Method in class com.querydsl.sql.dml.EmptyResultSet
- close() - Method in class com.querydsl.sql.SQLResultIterator
- close(ResultSet) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- close(Statement) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- close(Collection<? extends Statement>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- Column - Annotation Type in com.querydsl.sql
-
Defines the related SQL table column for a property
- ColumnImpl - Class in com.querydsl.sql
-
ColumnImpl is an implementation of the
Columnannotation - ColumnImpl(String) - Constructor for class com.querydsl.sql.ColumnImpl
- ColumnMetadata - Class in com.querydsl.sql
-
Provides metadata like the column name, JDBC type and constraints
- columns - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- columns - Variable in class com.querydsl.sql.dml.SQLMergeClause
- columns(Path<?>...) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- columns(Path<?>...) - Method in class com.querydsl.sql.dml.SQLMergeClause
- com.querydsl.sql - package com.querydsl.sql
-
SQL/JDBC support
- com.querydsl.sql.dml - package com.querydsl.sql.dml
-
DML operations support
- com.querydsl.sql.mssql - package com.querydsl.sql.mssql
-
SQL Server support
- com.querydsl.sql.mysql - package com.querydsl.sql.mysql
-
MySQL support
- com.querydsl.sql.namemapping - package com.querydsl.sql.namemapping
-
Changing database identifier names in serialized SQL queries.
- com.querydsl.sql.oracle - package com.querydsl.sql.oracle
-
Oracle support
- com.querydsl.sql.postgresql - package com.querydsl.sql.postgresql
-
PostgreSQL support
- com.querydsl.sql.support - package com.querydsl.sql.support
-
Support classes
- com.querydsl.sql.teradata - package com.querydsl.sql.teradata
-
Teradata support
- com.querydsl.sql.types - package com.querydsl.sql.types
-
Types for de/serialization to ResultSet and PreparedStatement
- COMMA - Static variable in class com.querydsl.sql.SQLSerializer
- configuration - Variable in class com.querydsl.sql.AbstractSQLQueryFactory
- configuration - Variable in class com.querydsl.sql.dml.AbstractSQLClause
- configuration - Variable in class com.querydsl.sql.ProjectableSQLQuery
- configuration - Variable in class com.querydsl.sql.SQLSerializer
- Configuration - Class in com.querydsl.sql
-
Configuration for SQLQuery instances
- Configuration(SQLTemplates) - Constructor for class com.querydsl.sql.Configuration
-
Create a new Configuration instance
- CONNECT_BY - Static variable in class com.querydsl.sql.oracle.AbstractOracleQuery
- CONNECT_BY_NOCYCLE_PRIOR - Static variable in class com.querydsl.sql.oracle.AbstractOracleQuery
- CONNECT_BY_PRIOR - Static variable in class com.querydsl.sql.oracle.AbstractOracleQuery
- connectBy(Predicate) - Method in class com.querydsl.sql.oracle.AbstractOracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connectByNocyclePrior(Predicate) - Method in class com.querydsl.sql.oracle.AbstractOracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connectByPrior(Predicate) - Method in class com.querydsl.sql.oracle.AbstractOracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connection - Variable in class com.querydsl.sql.AbstractSQLQueryFactory
- connection() - Method in class com.querydsl.sql.dml.AbstractSQLClause
- CONSTANT - Static variable in class com.querydsl.sql.types.Null
- constantPaths - Variable in class com.querydsl.sql.SQLSerializer
- constants - Variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- constants - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- constants - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- constants - Variable in class com.querydsl.sql.dml.SQLMergeClause
- context - Variable in class com.querydsl.sql.dml.AbstractSQLClause
- corr(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- CORR - Enum constant in enum com.querydsl.sql.SQLOps
- count() - Method in class com.querydsl.sql.RelationalPathBase
- count() - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- count(Expression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- countAll - Static variable in class com.querydsl.sql.SQLExpressions
-
Wildcard count expression
- countDistinct() - Method in class com.querydsl.sql.RelationalPathBase
- countDistinct(Expression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- covarPop(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- COVARPOP - Enum constant in enum com.querydsl.sql.SQLOps
- covarSamp(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- COVARSAMP - Enum constant in enum com.querydsl.sql.SQLOps
- createBindings(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- createForeignKey(Path<?>, String) - Method in class com.querydsl.sql.RelationalPathBase
- createForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.querydsl.sql.RelationalPathBase
- createInvForeignKey(Path<?>, String) - Method in class com.querydsl.sql.RelationalPathBase
- createInvForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.querydsl.sql.RelationalPathBase
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.AnnotationMapper
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.BeanMapper
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.DefaultMapper
- createMap(RelationalPath<?>, T) - Method in interface com.querydsl.sql.dml.Mapper
-
Create a map of updates for the given path and instance
- createPrimaryKey(Path<?>...) - Method in class com.querydsl.sql.RelationalPathBase
- createProjection(RelationalPath<T>) - Static method in class com.querydsl.sql.RelationalPathUtils
- createSerializer() - Method in class com.querydsl.sql.AbstractSQLQuery
- createSerializer() - Method in class com.querydsl.sql.dml.AbstractSQLClause
- createSerializer() - Method in class com.querydsl.sql.ProjectableSQLQuery
- createStatement() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- createStatement() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- createStatement(boolean) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- createStatement(boolean) - Method in class com.querydsl.sql.dml.SQLMergeClause
- createStatements() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- createStatements() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- createStatements(boolean) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- createStatements(boolean) - Method in class com.querydsl.sql.dml.SQLMergeClause
- CUBRIDTemplates - Class in com.querydsl.sql
-
CUBRIDTemplatesis a SQL dialect for CUBRID - CUBRIDTemplates() - Constructor for class com.querydsl.sql.CUBRIDTemplates
- CUBRIDTemplates(boolean) - Constructor for class com.querydsl.sql.CUBRIDTemplates
- CUBRIDTemplates(char, boolean) - Constructor for class com.querydsl.sql.CUBRIDTemplates
- cumeDist() - Static method in class com.querydsl.sql.SQLExpressions
-
CUME_DIST calculates the cumulative distribution of a value in a group of values.
- cumeDist(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, CUME_DIST calculates, for a hypothetical row r identified by the arguments of the function and a corresponding sort specification, the relative position of row r among the rows in the aggregation group.
- cumeDist(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, CUME_DIST calculates, for a hypothetical row r identified by the arguments of the function and a corresponding sort specification, the relative position of row r among the rows in the aggregation group.
- CUMEDIST - Enum constant in enum com.querydsl.sql.SQLOps
- CUMEDIST2 - Enum constant in enum com.querydsl.sql.SQLOps
- CurrencyType - Class in com.querydsl.sql.types
-
CurrencyTypemaps Currency to String on the JDBC level - CurrencyType() - Constructor for class com.querydsl.sql.types.CurrencyType
- CurrencyType(int) - Constructor for class com.querydsl.sql.types.CurrencyType
- currentRow() - Method in class com.querydsl.sql.WindowRows.Between
- currentRow() - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- currentRow() - Method in class com.querydsl.sql.WindowRows
D
- date(DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Convert timestamp to date
- date(Class<D>, DateTimeExpression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Convert timestamp to date
- dateadd(DatePart, DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a dateadd(unit, date, amount) expression
- dateadd(DatePart, DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a dateadd(unit, date, amount) expression
- datediff(DatePart, DateExpression<D>, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateExpression<D>, D) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, D) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- dateFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- dateFormatter - Static variable in class com.querydsl.sql.types.AbstractJodaTimeDateTimeType
- DatePart - Enum in com.querydsl.sql
-
DatePartdefines date parts for various date/time operations - dateTimeFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- dateTimeFormatter - Static variable in class com.querydsl.sql.types.AbstractJodaTimeDateTimeType
- dateTimeOffsetFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- DateTimeType - Class in com.querydsl.sql.types
-
DateTimeTypemaps DateTime to Timestamp on the JDBC level - DateTimeType() - Constructor for class com.querydsl.sql.types.DateTimeType
- DateTimeType(int) - Constructor for class com.querydsl.sql.types.DateTimeType
- dateTimeZoneFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- datetrunc(DatePart, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Truncate the given date expression
- datetrunc(DatePart, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Truncate the given datetime expression
- DateType - Class in com.querydsl.sql.types
-
DateTypemaps Date to Date on the JDBC level - DateType() - Constructor for class com.querydsl.sql.types.DateType
- DateType(int) - Constructor for class com.querydsl.sql.types.DateType
- day - Enum constant in enum com.querydsl.sql.DatePart
- DB2Templates - Class in com.querydsl.sql
-
DB2Templatesis an SQL dialect for DB2 10.1.2 - DB2Templates() - Constructor for class com.querydsl.sql.DB2Templates
- DB2Templates(boolean) - Constructor for class com.querydsl.sql.DB2Templates
- DB2Templates(char, boolean) - Constructor for class com.querydsl.sql.DB2Templates
- DEFAULT - Static variable in class com.querydsl.sql.CUBRIDTemplates
- DEFAULT - Static variable in class com.querydsl.sql.DB2Templates
- DEFAULT - Static variable in class com.querydsl.sql.DefaultSQLExceptionTranslator
- DEFAULT - Static variable in class com.querydsl.sql.DerbyTemplates
- DEFAULT - Static variable in class com.querydsl.sql.dml.AnnotationMapper
- DEFAULT - Static variable in class com.querydsl.sql.dml.BeanMapper
- DEFAULT - Static variable in class com.querydsl.sql.dml.DefaultMapper
- DEFAULT - Static variable in class com.querydsl.sql.dml.EmptyResultSet
- DEFAULT - Static variable in class com.querydsl.sql.FirebirdTemplates
- DEFAULT - Static variable in class com.querydsl.sql.H2Templates
- DEFAULT - Static variable in class com.querydsl.sql.HSQLDBTemplates
- DEFAULT - Static variable in class com.querydsl.sql.MySQLTemplates
- DEFAULT - Static variable in class com.querydsl.sql.OracleTemplates
- DEFAULT - Static variable in class com.querydsl.sql.PostgreSQLTemplates
- DEFAULT - Static variable in class com.querydsl.sql.RelationalPathExtractor
- DEFAULT - Static variable in class com.querydsl.sql.SQLCloseListener
- DEFAULT - Static variable in class com.querydsl.sql.SQLiteTemplates
- DEFAULT - Static variable in class com.querydsl.sql.SQLNoCloseListener
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2005Templates
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2008Templates
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2012Templates
- DEFAULT - Static variable in class com.querydsl.sql.SQLServerTemplates
- DEFAULT - Static variable in class com.querydsl.sql.SQLTemplates
- DEFAULT - Static variable in class com.querydsl.sql.StatementOptions
- DEFAULT - Static variable in class com.querydsl.sql.TeradataTemplates
- DEFAULT - Static variable in class com.querydsl.sql.types.BigDecimalAsDoubleType
- DEFAULT - Static variable in class com.querydsl.sql.types.BigIntegerAsLongType
- DEFAULT - Static variable in class com.querydsl.sql.types.Null
- DEFAULT - Static variable in class com.querydsl.sql.types.NumericBooleanType
- DEFAULT - Static variable in class com.querydsl.sql.types.StringAsObjectType
- DefaultMapper - Class in com.querydsl.sql.dml
-
Creates the mapping by inspecting the RelationalPath and Object via reflection.
- DefaultMapper() - Constructor for class com.querydsl.sql.dml.DefaultMapper
- DefaultMapper(boolean) - Constructor for class com.querydsl.sql.dml.DefaultMapper
- DefaultSQLExceptionTranslator - Class in com.querydsl.sql
-
Default implementation of the
SQLExceptionTranslatorinterface - delete(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- delete(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new DELETE clause
- deleteRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- denseRank() - Static method in class com.querydsl.sql.SQLExpressions
-
rank of the current row without gaps; this function counts peer groups
- denseRank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, DENSE_RANK calculates the dense rank of a hypothetical row identified by the arguments of the function with respect to a given sort specification.
- denseRank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, DENSE_RANK calculates the dense rank of a hypothetical row identified by the arguments of the function with respect to a given sort specification.
- DENSERANK - Enum constant in enum com.querydsl.sql.SQLOps
- DENSERANK2 - Enum constant in enum com.querydsl.sql.SQLOps
- DerbyTemplates - Class in com.querydsl.sql
-
DerbyTemplatesis an SQL dialect for Derby - DerbyTemplates() - Constructor for class com.querydsl.sql.DerbyTemplates
- DerbyTemplates(boolean) - Constructor for class com.querydsl.sql.DerbyTemplates
- DerbyTemplates(char, boolean) - Constructor for class com.querydsl.sql.DerbyTemplates
- distinctOn(Expression<?>...) - Method in class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
-
adds a DISTINCT ON clause
- dml - Variable in class com.querydsl.sql.SQLSerializer
- dmlWithSchema - Variable in class com.querydsl.sql.SQLSerializer
- DoubleType - Class in com.querydsl.sql.types
-
DoubleTypemaps Double to Double on the JDBC level - DoubleType() - Constructor for class com.querydsl.sql.types.DoubleType
- DoubleType(int) - Constructor for class com.querydsl.sql.types.DoubleType
E
- EmptyResultSet - Class in com.querydsl.sql.dml
-
Empty implementation of the ResultSet interface
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLCloseListener
- end(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of a query.
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLNoCloseListener
- endContext(SQLListenerContext) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Called to end a SQL listener context
- endContext(SQLListenerContextImpl) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Called to end a SQL listener context
- entity - Variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- entity - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- entity - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- entity - Variable in class com.querydsl.sql.dml.SQLMergeClause
- entity - Variable in class com.querydsl.sql.SQLSerializer
- EnumAsObjectType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumAsObjectTypemaps Enum types to Object on the JDBC level - EnumAsObjectType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumAsObjectType
- EnumAsObjectType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumAsObjectType
- EnumByNameType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumByNameTypemaps Enum types to their String names on the JDBC level - EnumByNameType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumByNameType
- EnumByNameType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumByNameType
- EnumByOrdinalType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumByOrdinalTypemaps Enum types to their Integer ordinals on the JDBC level - EnumByOrdinalType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumByOrdinalType
- EnumByOrdinalType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumByOrdinalType
- eq(A) - Method in class com.querydsl.sql.WindowFunction
- eq(Expression<? super T>) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- eq(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
- eq(T) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- equals(Object) - Method in class com.querydsl.sql.ColumnMetadata
- equals(Object) - Method in class com.querydsl.sql.SchemaAndTable
- equals(Object) - Method in class com.querydsl.sql.WindowFunction
- escape - Variable in class com.querydsl.sql.SQLTemplates.Builder
- escape(char) - Method in class com.querydsl.sql.SQLTemplates.Builder
- escapeForLike(String) - Method in class com.querydsl.sql.SQLServerTemplates
- escapeLiteral(String) - Method in class com.querydsl.sql.MySQLTemplates
- escapeLiteral(String) - Method in class com.querydsl.sql.SQLTemplates
- exception(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- exception(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called if an exception happens during query building and execution.
- exception(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- execute() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- execute() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- execute() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- execute() - Method in class com.querydsl.sql.dml.SQLMergeClause
- execute() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- executeBatch(Collection<PreparedStatement>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- executeCompositeMerge() - Method in class com.querydsl.sql.dml.SQLMergeClause
- executed(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- executed(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of
PreparedStatementexecution. - executed(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- executeNativeMerge() - Method in class com.querydsl.sql.dml.SQLMergeClause
- executeWithKey(Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKey(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKey(Class<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKey(Class<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKey(Class<T>, Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- executeWithKey(Class<T>, Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- executeWithKeys() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Execute the clause and return the generated keys as a ResultSet
- executeWithKeys() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated keys as a ResultSet
- executeWithKeys(Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKeys(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKeys(Class<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- executeWithKeys(Class<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- executeWithKeys(Class<T>, Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- executeWithKeys(Class<T>, Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- extract(QueryMetadata) - Static method in class com.querydsl.sql.RelationalPathExtractor
- extract(Expression<?>) - Static method in class com.querydsl.sql.RelationalPathExtractor
F
- FASTFIRSTROW - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- fetch() - Method in class com.querydsl.sql.AbstractSQLQuery
- fetch() - Method in class com.querydsl.sql.UnionImpl
- fetchCount() - Method in class com.querydsl.sql.AbstractSQLQuery
- fetchCount() - Method in class com.querydsl.sql.ProjectableSQLQuery
- fetchCount() - Method in class com.querydsl.sql.UnionImpl
- fetchFirst() - Method in class com.querydsl.sql.UnionImpl
- fetchOne() - Method in class com.querydsl.sql.ProjectableSQLQuery
- fetchOne() - Method in class com.querydsl.sql.UnionImpl
- fetchResults() - Method in class com.querydsl.sql.AbstractSQLQuery
- fetchResults() - Method in class com.querydsl.sql.UnionImpl
- findColumn(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- FirebirdTemplates - Class in com.querydsl.sql
-
FirebirdTemplatesis an SQL dialect for Firebird - FirebirdTemplates() - Constructor for class com.querydsl.sql.FirebirdTemplates
- FirebirdTemplates(boolean) - Constructor for class com.querydsl.sql.FirebirdTemplates
- FirebirdTemplates(char, boolean) - Constructor for class com.querydsl.sql.FirebirdTemplates
- first() - Method in class com.querydsl.sql.dml.EmptyResultSet
- firstUnionSubQuery - Variable in class com.querydsl.sql.ProjectableSQLQuery
- firstValue(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns value evaluated at the row that is the first row of the window frame
- FIRSTVALUE - Enum constant in enum com.querydsl.sql.SQLOps
- FloatType - Class in com.querydsl.sql.types
-
FloatTypemaps Float to Float on the JDBC level - FloatType() - Constructor for class com.querydsl.sql.types.FloatType
- FloatType(int) - Constructor for class com.querydsl.sql.types.FloatType
- following(int) - Method in class com.querydsl.sql.WindowRows.Between
- following(int) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- following(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.Between
- following(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- FOR_SHARE - Enum constant in enum com.querydsl.sql.SQLOps
- FOR_SHARE - Static variable in class com.querydsl.sql.SQLTemplates
- FOR_SHARE_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
Deprecated.
- FOR_UPDATE - Enum constant in enum com.querydsl.sql.SQLOps
- FOR_UPDATE - Static variable in class com.querydsl.sql.SQLTemplates
- FOR_UPDATE_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
Deprecated.
- forceIndex(String...) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
You can use FORCE INDEX, which acts like USE INDEX (index_list) but with the addition that a table scan is assumed to be very expensive.
- FORCESEEK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- ForeignKey<E> - Class in com.querydsl.sql
-
ForeignKeydefines a foreign key on a table to another table - ForeignKey(RelationalPath<?>, Path<?>, String) - Constructor for class com.querydsl.sql.ForeignKey
- ForeignKey(RelationalPath<?>, List<? extends Path<?>>, List<String>) - Constructor for class com.querydsl.sql.ForeignKey
- forSession() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- forShare() - Method in class com.querydsl.sql.AbstractSQLQuery
-
FOR SHARE causes the rows retrieved by the SELECT statement to be locked as though for update.
- forShare() - Method in class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
-
FOR SHARE causes the rows retrieved by the SELECT statement to be locked as though for update.
- forShare(boolean) - Method in class com.querydsl.sql.AbstractSQLQuery
-
FOR SHARE causes the rows retrieved by the SELECT statement to be locked as though for update.
- forTransaction() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- forUpdate() - Method in class com.querydsl.sql.AbstractSQLQuery
-
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.querydsl.sql.AbstractSQLQueryFactory
- from(Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- from(Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- from(Expression<?>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
- from(Expression<?>...) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Defines the sources of the query
- from(Expression<?>...) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- from(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a sub query source
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- FROM - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- fullJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- fullJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(EntityPath<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- fullJoin(EntityPath<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
G
- get(RelationalPath<T>) - Method in class com.querydsl.sql.Beans
- get(ResultSet, Path<?>, int, Class<T>) - Method in class com.querydsl.sql.Configuration
-
Get the value at the given index from the result set
- getAllSQLBindings() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql collection including bindings if the query is a batch query
- getAllSQLBindings() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getArg(int) - Method in class com.querydsl.sql.RelationalFunctionCall
- getArgs() - Method in class com.querydsl.sql.QBeans
- getArgs() - Method in class com.querydsl.sql.RelationalFunctionCall
- getArray(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getArray(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getAsc() - Method in class com.querydsl.sql.SQLTemplates
- getAsciiStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getAsciiStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getAutoIncrement() - Method in class com.querydsl.sql.SQLTemplates
- getBatchCount() - Method in class com.querydsl.sql.dml.AbstractSQLClause
- getBatchCount() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- getBatchCount() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- getBatchCount() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- getBatchCount() - Method in class com.querydsl.sql.dml.SQLMergeClause
- getBatchCount() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- getBigDecimal(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBigDecimal(int, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBigDecimal(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBigDecimal(String, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBinaryStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBinaryStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBlob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBlob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBoolean(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBoolean(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBuilder(DatabaseMetaData) - Method in class com.querydsl.sql.SQLTemplatesRegistry
-
Get a SQLTemplates.Builder instance that matches best the SQL engine of the given database metadata
- getByte(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getByte(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBytes(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getBytes(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.DB2Templates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.FirebirdTemplates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.HSQLDBTemplates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.MySQLTemplates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.OracleTemplates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.SQLTemplates
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.TeradataTemplates
- getCharacterStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getCharacterStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getClob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getClob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getCodeForTypeName(String) - Method in class com.querydsl.sql.SQLTemplates
- getColumnAlias() - Method in class com.querydsl.sql.SQLTemplates
- getColumnMetadata(Path<?>) - Static method in class com.querydsl.sql.ColumnMetadata
-
Returns this path's column metadata if present.
- getColumnOverride(SchemaAndTable, String) - Method in class com.querydsl.sql.Configuration
-
Get the column override
- getColumnOverride(SchemaAndTable, String) - Method in class com.querydsl.sql.namemapping.ChainedNameMapping
- getColumnOverride(SchemaAndTable, String) - Method in class com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping
- getColumnOverride(SchemaAndTable, String) - Method in interface com.querydsl.sql.namemapping.NameMapping
- getColumnOverride(SchemaAndTable, String) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- getColumns() - Method in class com.querydsl.sql.dml.SQLInsertBatch
- getColumns() - Method in class com.querydsl.sql.dml.SQLMergeBatch
- getColumns() - Method in interface com.querydsl.sql.RelationalPath
-
Get all columns
- getColumns() - Method in class com.querydsl.sql.RelationalPathBase
- getColumns(RelationalPath<?>) - Method in class com.querydsl.sql.dml.AbstractMapper
- getConcurrency() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getConfiguration() - Method in class com.querydsl.sql.AbstractSQLQuery
- getConfiguration() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- getConnection() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- getConnection() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying connection if there is one
- getConnection() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getConstantPaths() - Method in class com.querydsl.sql.SQLSerializer
- getCount() - Method in class com.querydsl.sql.SQLTemplates
- getCountStar() - Method in class com.querydsl.sql.SQLTemplates
- getCreateIndex() - Method in class com.querydsl.sql.SQLTemplates
- getCreateTable() - Method in class com.querydsl.sql.SQLTemplates
- getCreateUniqueIndex() - Method in class com.querydsl.sql.SQLTemplates
- getCrossJoin() - Method in class com.querydsl.sql.SQLTemplates
- getCursorName() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getCustomTypes() - Method in class com.querydsl.sql.SQLTemplates
- getData(String) - Method in interface com.querydsl.sql.SQLListenerContext
-
The context getData is a general purpose place that listeners can place objects.
- getData(String) - Method in class com.querydsl.sql.SQLListenerContextImpl
- getDate(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDate(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDate(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDate(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDefaultValues() - Method in class com.querydsl.sql.SQLTemplates
- getDelete() - Method in class com.querydsl.sql.SQLTemplates
- getDesc() - Method in class com.querydsl.sql.SQLTemplates
- getDigits() - Method in class com.querydsl.sql.ColumnMetadata
-
the number of fractional digits
- getDistinctCountEnd() - Method in class com.querydsl.sql.SQLTemplates
- getDistinctCountStart() - Method in class com.querydsl.sql.SQLTemplates
- getDouble(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDouble(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getDummyTable() - Method in class com.querydsl.sql.SQLTemplates
- getEntity() - Method in class com.querydsl.sql.ForeignKey
- getEntity() - Method in class com.querydsl.sql.PrimaryKey
- getEntity() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying entity affected
- getEntity() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getException() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying exception that has happened during query execution
- getException() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getFetchDirection() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getFetchSize() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getFetchSize() - Method in class com.querydsl.sql.StatementOptions
- getFloat(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getFloat(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getForeignColumns() - Method in class com.querydsl.sql.ForeignKey
- getForeignKeys() - Method in interface com.querydsl.sql.RelationalPath
-
Get the foreign keys for this relation
- getForeignKeys() - Method in class com.querydsl.sql.RelationalPathBase
- getForShareFlag() - Method in class com.querydsl.sql.SQLTemplates
- getForUpdateFlag() - Method in class com.querydsl.sql.SQLTemplates
- getFrom() - Method in class com.querydsl.sql.SQLTemplates
- getFullJoin() - Method in class com.querydsl.sql.SQLTemplates
- getGroupBy() - Method in class com.querydsl.sql.SQLTemplates
- getHaving() - Method in class com.querydsl.sql.SQLTemplates
- getHoldability() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getIdentifierColumns(List<JoinExpression>, boolean) - Method in class com.querydsl.sql.SQLSerializer
-
Return a list of expressions that can be used to uniquely define the query sources
- getIndex() - Method in class com.querydsl.sql.ColumnMetadata
- getInnerJoin() - Method in class com.querydsl.sql.SQLTemplates
- getInsertInto() - Method in class com.querydsl.sql.SQLTemplates
- getInt(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getInt(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getInverseForeignKeys() - Method in interface com.querydsl.sql.RelationalPath
-
Get the inverse foreign keys for this relation
- getInverseForeignKeys() - Method in class com.querydsl.sql.RelationalPathBase
- getJavaType(int, String, int, int, String, String) - Method in class com.querydsl.sql.Configuration
-
Get the java type for the given jdbc type, table name and column name
- getJdbcType() - Method in class com.querydsl.sql.ColumnMetadata
- getJoin() - Method in class com.querydsl.sql.SQLTemplates
- getJoinSymbol(JoinType) - Method in class com.querydsl.sql.SQLTemplates
- getKey() - Method in class com.querydsl.sql.SQLTemplates
- getKeys() - Method in class com.querydsl.sql.dml.SQLMergeBatch
- getKeys() - Method in class com.querydsl.sql.dml.SQLMergeClause
- getLeftJoin() - Method in class com.querydsl.sql.SQLTemplates
- getLimitTemplate() - Method in class com.querydsl.sql.SQLTemplates
- getListeners() - Method in class com.querydsl.sql.Configuration
-
Get the registered listener
- getListeners() - Method in class com.querydsl.sql.SQLListeners
- getListMaxSize() - Method in class com.querydsl.sql.SQLTemplates
- getLiteral(Boolean) - Method in class com.querydsl.sql.types.BooleanType
- getLiteral(Boolean) - Method in class com.querydsl.sql.types.NumericBooleanType
- getLiteral(Date) - Method in class com.querydsl.sql.types.DateType
- getLiteral(Time) - Method in class com.querydsl.sql.types.TimeType
- getLiteral(Timestamp) - Method in class com.querydsl.sql.types.TimestampType
- getLiteral(Instant) - Method in class com.querydsl.sql.types.JSR310InstantType
- getLiteral(LocalDate) - Method in class com.querydsl.sql.types.JSR310LocalDateType
- getLiteral(LocalDateTime) - Method in class com.querydsl.sql.types.JSR310LocalDateTimeType
- getLiteral(LocalTime) - Method in class com.querydsl.sql.types.JSR310LocalTimeType
- getLiteral(OffsetDateTime) - Method in class com.querydsl.sql.types.JSR310OffsetDateTimeType
- getLiteral(OffsetTime) - Method in class com.querydsl.sql.types.JSR310OffsetTimeType
- getLiteral(ZonedDateTime) - Method in class com.querydsl.sql.types.JSR310ZonedDateTimeType
- getLiteral(Calendar) - Method in class com.querydsl.sql.types.CalendarType
- getLiteral(Date) - Method in class com.querydsl.sql.types.UtilDateType
- getLiteral(DateTime) - Method in class com.querydsl.sql.types.DateTimeType
- getLiteral(LocalDate) - Method in class com.querydsl.sql.types.LocalDateType
- getLiteral(LocalDateTime) - Method in class com.querydsl.sql.types.LocalDateTimeType
- getLiteral(LocalTime) - Method in class com.querydsl.sql.types.LocalTimeType
- getLiteral(T) - Method in class com.querydsl.sql.types.AbstractType
- getLiteral(T) - Method in interface com.querydsl.sql.types.Type
-
Get the literal representation
- getLocalColumns() - Method in class com.querydsl.sql.ForeignKey
- getLocalColumns() - Method in class com.querydsl.sql.PrimaryKey
- getLong(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getLong(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getMaxFieldSize() - Method in class com.querydsl.sql.StatementOptions
- getMaxRows() - Method in class com.querydsl.sql.StatementOptions
- getMergeInto() - Method in class com.querydsl.sql.SQLTemplates
- getMetadata() - Method in class com.querydsl.sql.dml.SQLUpdateBatch
- getMetadata() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying query metadata
- getMetadata() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getMetadata() - Method in class com.querydsl.sql.UnionImpl
- getMetadata(Path<?>) - Method in interface com.querydsl.sql.RelationalPath
-
Returns the metadata for this path or null if none was assigned.
- getMetadata(Path<?>) - Method in class com.querydsl.sql.RelationalPathBase
- getMetaData() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getName() - Method in class com.querydsl.sql.ColumnMetadata
- getName(Path<?>) - Static method in class com.querydsl.sql.ColumnMetadata
-
Extract the column name for the given path, returns the path name, if no ColumnMetadata is attached
- getNCharacterStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNCharacterStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNClob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNClob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNotNull() - Method in class com.querydsl.sql.SQLTemplates
- getNoWaitFlag() - Method in class com.querydsl.sql.SQLTemplates
- getNString(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNString(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getNullFriendlyBindings() - Method in class com.querydsl.sql.SQLBindings
- getNullsFirst() - Method in class com.querydsl.sql.SQLTemplates
- getNullsLast() - Method in class com.querydsl.sql.SQLTemplates
- getObject(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getObject(int, Class<T>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getObject(int, Map<String, Class<?>>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getObject(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getObject(String, Class<T>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getObject(String, Map<String, Class<?>>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getOffsetTemplate() - Method in class com.querydsl.sql.SQLTemplates
- getOn() - Method in class com.querydsl.sql.SQLTemplates
- getOrderBy() - Method in class com.querydsl.sql.SQLTemplates
- getOverride(SchemaAndTable) - Method in class com.querydsl.sql.Configuration
-
Get the schema/table override
- getOverride(SchemaAndTable) - Method in class com.querydsl.sql.namemapping.ChainedNameMapping
- getOverride(SchemaAndTable) - Method in class com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping
- getOverride(SchemaAndTable) - Method in interface com.querydsl.sql.namemapping.NameMapping
- getOverride(SchemaAndTable) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- getPreparedStatement() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying prepared statement or the first if its batch query
- getPreparedStatement() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getPreparedStatements() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying set of prepared statements
- getPreparedStatements() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getPrimaryKey() - Method in interface com.querydsl.sql.RelationalPath
-
Get the primary key for this relation or null if none exists
- getPrimaryKey() - Method in class com.querydsl.sql.RelationalPathBase
- getProjection() - Method in class com.querydsl.sql.ForeignKey
- getProjection() - Method in class com.querydsl.sql.PrimaryKey
- getProjection() - Method in class com.querydsl.sql.RelationalPathBase
- getQueryTimeout() - Method in class com.querydsl.sql.StatementOptions
- getRef(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getRef(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getResults() - Method in class com.querydsl.sql.AbstractSQLQuery
-
Get the results as a JDBC ResultSet
- getResults(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Deprecated.
- getReturnedClass() - Method in class com.querydsl.sql.types.ArrayType
- getReturnedClass() - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
- getReturnedClass() - Method in class com.querydsl.sql.types.BigDecimalType
- getReturnedClass() - Method in class com.querydsl.sql.types.BigIntegerAsLongType
- getReturnedClass() - Method in class com.querydsl.sql.types.BigIntegerType
- getReturnedClass() - Method in class com.querydsl.sql.types.BlobType
- getReturnedClass() - Method in class com.querydsl.sql.types.BooleanType
- getReturnedClass() - Method in class com.querydsl.sql.types.BytesType
- getReturnedClass() - Method in class com.querydsl.sql.types.ByteType
- getReturnedClass() - Method in class com.querydsl.sql.types.CalendarType
- getReturnedClass() - Method in class com.querydsl.sql.types.CharacterType
- getReturnedClass() - Method in class com.querydsl.sql.types.ClobType
- getReturnedClass() - Method in class com.querydsl.sql.types.CurrencyType
- getReturnedClass() - Method in class com.querydsl.sql.types.DateTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.DateType
- getReturnedClass() - Method in class com.querydsl.sql.types.DoubleType
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumAsObjectType
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumByNameType
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumByOrdinalType
- getReturnedClass() - Method in class com.querydsl.sql.types.FloatType
- getReturnedClass() - Method in class com.querydsl.sql.types.InputStreamType
- getReturnedClass() - Method in class com.querydsl.sql.types.IntegerType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310InstantType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310LocalDateTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310LocalDateType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310LocalTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310OffsetDateTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310OffsetTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.JSR310ZonedDateTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalDateTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalDateType
- getReturnedClass() - Method in class com.querydsl.sql.types.LocaleType
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalTimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.LongType
- getReturnedClass() - Method in class com.querydsl.sql.types.NumericBooleanType
- getReturnedClass() - Method in class com.querydsl.sql.types.ObjectType
- getReturnedClass() - Method in class com.querydsl.sql.types.ShortType
- getReturnedClass() - Method in class com.querydsl.sql.types.SQLXMLType
- getReturnedClass() - Method in class com.querydsl.sql.types.StringAsObjectType
- getReturnedClass() - Method in class com.querydsl.sql.types.StringType
- getReturnedClass() - Method in class com.querydsl.sql.types.TimestampType
- getReturnedClass() - Method in class com.querydsl.sql.types.TimeType
- getReturnedClass() - Method in class com.querydsl.sql.types.TrueFalseType
- getReturnedClass() - Method in interface com.querydsl.sql.types.Type
-
Get the returned type
- getReturnedClass() - Method in class com.querydsl.sql.types.URLType
- getReturnedClass() - Method in class com.querydsl.sql.types.UtilDateType
- getReturnedClass() - Method in class com.querydsl.sql.types.UtilUUIDType
- getReturnedClass() - Method in class com.querydsl.sql.types.XMLAsStringType
- getReturnedClass() - Method in class com.querydsl.sql.types.YesNoType
- getRightJoin() - Method in class com.querydsl.sql.SQLTemplates
- getRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getRowId(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getRowId(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getSchema() - Method in class com.querydsl.sql.SchemaAndTable
- getSchemaAndTable() - Method in interface com.querydsl.sql.RelationalPath
-
Get the schema and table name
- getSchemaAndTable() - Method in class com.querydsl.sql.RelationalPathBase
- getSchemaAndTable(RelationalPath<?>) - Method in class com.querydsl.sql.SQLSerializer
- getSchemaName() - Method in interface com.querydsl.sql.RelationalPath
-
Get the schema name
- getSchemaName() - Method in class com.querydsl.sql.RelationalPathBase
- getSelect() - Method in class com.querydsl.sql.SQLTemplates
- getSelectDistinct() - Method in class com.querydsl.sql.SQLTemplates
- getSet() - Method in class com.querydsl.sql.SQLTemplates
- getShort(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getShort(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getSize() - Method in class com.querydsl.sql.ColumnMetadata
-
For char or date types this is the maximum number of characters, for numeric or decimal types this is precision.
- getSQL() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Get the SQL string and bindings
- getSQL() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- getSQL() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- getSQL() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- getSQL() - Method in class com.querydsl.sql.dml.SQLMergeClause
- getSQL() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Get the query as an SQL query string and bindings
- getSQL() - Method in class com.querydsl.sql.SQLBindings
- getSQL() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql or first in a batch query
- getSQL() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getSQL() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- getSQL(SQLSerializer) - Method in class com.querydsl.sql.ProjectableSQLQuery
- getSQLBindings() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql including bindings or first in a batch query
- getSQLBindings() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getSQLStatements() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql collection if the query is a batch query
- getSQLStatements() - Method in class com.querydsl.sql.SQLListenerContextImpl
- getSQLTypes() - Method in class com.querydsl.sql.types.AbstractType
- getSQLTypes() - Method in interface com.querydsl.sql.types.Type
-
Get the SQL supported SQL types
- getSQLXML(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getSQLXML(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getStatement() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getString(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getString(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getSubQuery() - Method in class com.querydsl.sql.dml.SQLInsertBatch
- getSubQuery() - Method in class com.querydsl.sql.dml.SQLMergeBatch
- getTable() - Method in class com.querydsl.sql.SchemaAndTable
- getTableAlias() - Method in class com.querydsl.sql.SQLTemplates
- getTableName() - Method in interface com.querydsl.sql.RelationalPath
-
Get the table name
- getTableName() - Method in class com.querydsl.sql.RelationalPathBase
- getTableOverrides() - Method in class com.querydsl.sql.SQLTemplates
- getTemplate() - Method in class com.querydsl.sql.RelationalFunctionCall
- getTemplates() - Method in class com.querydsl.sql.Configuration
- getTemplates() - Method in class com.querydsl.sql.SQLSerializer
- getTemplates(DatabaseMetaData) - Method in class com.querydsl.sql.SQLTemplatesRegistry
-
Get the SQLTemplates instance that matches best the SQL engine of the given database metadata
- getTime(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTime(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTime(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTime(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTimestamp(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTimestamp(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTimestamp(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getTimestamp(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getType() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getType() - Method in enum com.querydsl.sql.SQLOps
- getType() - Method in class com.querydsl.sql.UnionImpl
- getTypeName(Class<?>) - Method in class com.querydsl.sql.Configuration
-
Get the SQL type name for the given java type
- getTypeNameForCast(Class<?>) - Method in class com.querydsl.sql.Configuration
-
Get the SQL type name for a cast operation
- getTypeNameForCode(int) - Method in class com.querydsl.sql.SQLTemplates
- getUnicodeStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getUnicodeStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getUpdate() - Method in class com.querydsl.sql.SQLTemplates
- getUpdates() - Method in class com.querydsl.sql.dml.SQLUpdateBatch
- getURL(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getURL(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- getUseLiterals() - Method in class com.querydsl.sql.Configuration
-
Get whether literals are serialized or prepared statement bindings are used
- getValue() - Method in class com.querydsl.sql.WindowFunction
- getValue() - Method in class com.querydsl.sql.WithinGroup.OrderBy
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ArrayType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigDecimalType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigIntegerAsLongType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigIntegerType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BlobType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BooleanType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BytesType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ByteType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CalendarType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CharacterType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ClobType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CurrencyType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DateTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DateType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DoubleType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumAsObjectType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumByNameType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumByOrdinalType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.FloatType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.InputStreamType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.IntegerType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310InstantType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310LocalDateTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310LocalDateType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310LocalTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310OffsetDateTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310OffsetTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.JSR310ZonedDateTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalDateTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalDateType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocaleType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalTimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LongType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.NumericBooleanType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ObjectType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ShortType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.SQLXMLType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.StringAsObjectType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.StringType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TimestampType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TimeType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TrueFalseType
- getValue(ResultSet, int) - Method in interface com.querydsl.sql.types.Type
-
Get the object from the result set
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.URLType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.UtilDateType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.UtilUUIDType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.XMLAsStringType
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.YesNoType
- getValues() - Method in class com.querydsl.sql.dml.SQLInsertBatch
- getValues() - Method in class com.querydsl.sql.dml.SQLMergeBatch
- getValues() - Method in class com.querydsl.sql.SQLTemplates
- getWarnings() - Method in class com.querydsl.sql.dml.EmptyResultSet
- getWhere() - Method in class com.querydsl.sql.SQLTemplates
- getWith() - Method in class com.querydsl.sql.SQLTemplates
- getWithRecursive() - Method in class com.querydsl.sql.SQLTemplates
- GROUP_BY - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- GROUP_CONCAT - Enum constant in enum com.querydsl.sql.SQLOps
- GROUP_CONCAT2 - Enum constant in enum com.querydsl.sql.SQLOps
- groupBy(Expression<?>...) - Method in interface com.querydsl.sql.Union
-
Defines the grouping/aggregation expressions
- groupBy(Expression<?>...) - Method in class com.querydsl.sql.UnionImpl
- groupConcat(Expression<String>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a group_concat(expr) expression
- groupConcat(Expression<String>, String) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a group_concat(expr, separator) expression
H
- H2Templates - Class in com.querydsl.sql
-
H2Templatesis an SQL dialect for H2 - H2Templates() - Constructor for class com.querydsl.sql.H2Templates
- H2Templates(boolean) - Constructor for class com.querydsl.sql.H2Templates
- H2Templates(char, boolean) - Constructor for class com.querydsl.sql.H2Templates
- handle(String, Object...) - Method in class com.querydsl.sql.SQLSerializer
- handleJoinTarget(JoinExpression) - Method in class com.querydsl.sql.SQLSerializer
- handleOrderBy(List<OrderSpecifier<?>>) - Method in class com.querydsl.sql.SQLSerializer
- handleSelect(String, List<? extends Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
- hasDigits() - Method in class com.querydsl.sql.ColumnMetadata
- hashCode() - Method in class com.querydsl.sql.ColumnMetadata
- hashCode() - Method in class com.querydsl.sql.SchemaAndTable
- hasJdbcType() - Method in class com.querydsl.sql.ColumnMetadata
- hasNext() - Method in class com.querydsl.sql.SQLResultIterator
- hasRow() - Method in class com.querydsl.sql.dml.SQLMergeClause
- hasSize() - Method in class com.querydsl.sql.ColumnMetadata
- having(Predicate...) - Method in interface com.querydsl.sql.Union
-
Defines the filters for aggregation
- having(Predicate...) - Method in class com.querydsl.sql.UnionImpl
- HAVING - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- HIGH_PRIORITY - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- highPriority() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
HIGH_PRIORITY gives the SELECT higher priority than a statement that updates a table.
- HOLDLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- hour - Enum constant in enum com.querydsl.sql.DatePart
- HSQLDBTemplates - Class in com.querydsl.sql
-
HSQLDBTemplatesis an SQL dialect for HSQLDB - HSQLDBTemplates() - Constructor for class com.querydsl.sql.HSQLDBTemplates
- HSQLDBTemplates(boolean) - Constructor for class com.querydsl.sql.HSQLDBTemplates
- HSQLDBTemplates(char, boolean) - Constructor for class com.querydsl.sql.HSQLDBTemplates
I
- ignoreIndex(String...) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
The alternative syntax IGNORE INDEX (index_list) can be used to tell MySQL to not use some particular index or indexes.
- in(CollectionExpression<?, Tuple>) - Method in class com.querydsl.sql.PrimaryKey
- in(SubQueryExpression<Tuple>) - Method in class com.querydsl.sql.ForeignKey
- inJoin - Variable in class com.querydsl.sql.SQLSerializer
- innerJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- innerJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(EntityPath<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- innerJoin(EntityPath<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a inner join to the given target
- InputStreamType - Class in com.querydsl.sql.types
-
InputStreamTypemaps InputStream to InputStream on the JDBC level - InputStreamType() - Constructor for class com.querydsl.sql.types.InputStreamType
- InputStreamType(int) - Constructor for class com.querydsl.sql.types.InputStreamType
- insert(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- insert(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new INSERT INTO clause
- insertIgnore(RelationalPath<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT IGNORE INTO clause
- insertOnDuplicateKeyUpdate(RelationalPath<?>, Expression<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT ...
- insertOnDuplicateKeyUpdate(RelationalPath<?>, Expression<?>...) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT ...
- insertOnDuplicateKeyUpdate(RelationalPath<?>, String) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT ...
- insertRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- INSTANCE - Static variable in class com.querydsl.sql.support.SQLExceptionWrapper
- inSubquery - Variable in class com.querydsl.sql.SQLSerializer
- IntegerType - Class in com.querydsl.sql.types
-
IntegerTypemaps Integer to Integer on the JDBC level - IntegerType() - Constructor for class com.querydsl.sql.types.IntegerType
- IntegerType(int) - Constructor for class com.querydsl.sql.types.IntegerType
- into(String) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SELECT ...
- intoDumpfile(File) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SELECT ...
- intoOutfile(File) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
SELECT ...
- inUnion - Variable in class com.querydsl.sql.SQLSerializer
- isAfterLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
- isArraysSupported() - Method in class com.querydsl.sql.SQLTemplates
- isBatchCountViaGetUpdateCount() - Method in class com.querydsl.sql.SQLTemplates
- isBatchToBulkSupported() - Method in class com.querydsl.sql.SQLTemplates
- isBeforeFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
- isClosed() - Method in class com.querydsl.sql.dml.EmptyResultSet
- isCountDistinctMultipleColumns() - Method in class com.querydsl.sql.SQLTemplates
- isCountViaAnalytics() - Method in class com.querydsl.sql.SQLTemplates
- isEmpty() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- isEmpty() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- isEmpty() - Method in class com.querydsl.sql.dml.SQLMergeClause
- isFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
- isForShareSupported() - Method in class com.querydsl.sql.SQLTemplates
- isFunctionJoinsWrapped() - Method in class com.querydsl.sql.SQLTemplates
- isLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
- isLimitRequired() - Method in class com.querydsl.sql.SQLTemplates
- isNativeMerge() - Method in class com.querydsl.sql.SQLTemplates
- isNullable() - Method in class com.querydsl.sql.ColumnMetadata
- isParameterMetadataAvailable() - Method in class com.querydsl.sql.SQLTemplates
- isPrimaryKeyColumn(RelationalPath<?>, Path<?>) - Method in class com.querydsl.sql.dml.AbstractMapper
- isPrintSchema() - Method in class com.querydsl.sql.SQLTemplates
- isRequiresSchemaInWhere() - Method in class com.querydsl.sql.SQLTemplates
- isSupportsAlias() - Method in class com.querydsl.sql.SQLTemplates
- isSupportsUnquotedReservedWordsAsIdentifier() - Method in class com.querydsl.sql.SQLTemplates
- isUnionsWrapped() - Method in class com.querydsl.sql.SQLTemplates
- isUseQuotes() - Method in class com.querydsl.sql.SQLTemplates
- isWrapperFor(Class<?>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- isWrapSelectParameters() - Method in class com.querydsl.sql.SQLTemplates
- iterate() - Method in class com.querydsl.sql.AbstractSQLQuery
- iterate() - Method in interface com.querydsl.sql.Union
-
Get the projection as a typed Iterator
- iterate() - Method in class com.querydsl.sql.UnionImpl
J
- join(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- join(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(EntityPath<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- join(EntityPath<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- join(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- join(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- join(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- JSR310InstantType - Class in com.querydsl.sql.types
- JSR310InstantType() - Constructor for class com.querydsl.sql.types.JSR310InstantType
- JSR310InstantType(int) - Constructor for class com.querydsl.sql.types.JSR310InstantType
- JSR310LocalDateTimeType - Class in com.querydsl.sql.types
- JSR310LocalDateTimeType() - Constructor for class com.querydsl.sql.types.JSR310LocalDateTimeType
- JSR310LocalDateTimeType(int) - Constructor for class com.querydsl.sql.types.JSR310LocalDateTimeType
- JSR310LocalDateType - Class in com.querydsl.sql.types
- JSR310LocalDateType() - Constructor for class com.querydsl.sql.types.JSR310LocalDateType
- JSR310LocalDateType(int) - Constructor for class com.querydsl.sql.types.JSR310LocalDateType
- JSR310LocalTimeType - Class in com.querydsl.sql.types
- JSR310LocalTimeType() - Constructor for class com.querydsl.sql.types.JSR310LocalTimeType
- JSR310LocalTimeType(int) - Constructor for class com.querydsl.sql.types.JSR310LocalTimeType
- JSR310OffsetDateTimeType - Class in com.querydsl.sql.types
- JSR310OffsetDateTimeType() - Constructor for class com.querydsl.sql.types.JSR310OffsetDateTimeType
- JSR310OffsetDateTimeType(int) - Constructor for class com.querydsl.sql.types.JSR310OffsetDateTimeType
- JSR310OffsetTimeType - Class in com.querydsl.sql.types
- JSR310OffsetTimeType() - Constructor for class com.querydsl.sql.types.JSR310OffsetTimeType
- JSR310OffsetTimeType(int) - Constructor for class com.querydsl.sql.types.JSR310OffsetTimeType
- JSR310ZonedDateTimeType - Class in com.querydsl.sql.types
- JSR310ZonedDateTimeType() - Constructor for class com.querydsl.sql.types.JSR310ZonedDateTimeType
- JSR310ZonedDateTimeType(int) - Constructor for class com.querydsl.sql.types.JSR310ZonedDateTimeType
K
- keepFirst() - Method in class com.querydsl.sql.WindowOver
- keepLast() - Method in class com.querydsl.sql.WindowOver
- keys - Variable in class com.querydsl.sql.dml.SQLMergeClause
- keys(Path<?>...) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Set the keys to be used in the MERGE clause
L
- lag(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
expr evaluated at the row that is one row before the current row within the partition
- LAG - Enum constant in enum com.querydsl.sql.SQLOps
- last() - Method in class com.querydsl.sql.dml.EmptyResultSet
- lastValue(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns value evaluated at the row that is the last row of the window frame
- LASTVALUE - Enum constant in enum com.querydsl.sql.SQLOps
- lead(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
expr evaluated at the row that is one row after the current row within the partition;
- LEAD - Enum constant in enum com.querydsl.sql.SQLOps
- left(Expression<String>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- left(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- leftJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- leftJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(EntityPath<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- leftJoin(EntityPath<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- level - Static variable in class com.querydsl.sql.oracle.OracleGrammar
- limit(long) - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- limit(long) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- list() - Method in interface com.querydsl.sql.Union
-
Deprecated.
- list() - Method in class com.querydsl.sql.UnionImpl
- listagg(Expression<?>, String) - Static method in class com.querydsl.sql.SQLExpressions
-
LISTAGG orders data within each group specified in the ORDER BY clause and then concatenates the values of the measure column.
- LISTAGG - Enum constant in enum com.querydsl.sql.SQLOps
- listeners - Variable in class com.querydsl.sql.AbstractSQLQuery
- listeners - Variable in class com.querydsl.sql.dml.AbstractSQLClause
- LocalDateTimeType - Class in com.querydsl.sql.types
-
LocalDateTimeTypemaps LocalDateTime to Timestamp on the JDBC level - LocalDateTimeType() - Constructor for class com.querydsl.sql.types.LocalDateTimeType
- LocalDateTimeType(int) - Constructor for class com.querydsl.sql.types.LocalDateTimeType
- LocalDateType - Class in com.querydsl.sql.types
-
LocalDateTypemaps LocalDate to Date on the JDBC level - LocalDateType() - Constructor for class com.querydsl.sql.types.LocalDateType
- LocalDateType(int) - Constructor for class com.querydsl.sql.types.LocalDateType
- LocaleType - Class in com.querydsl.sql.types
-
LocaleTypemaps Locale to String on the JDBC level - LocaleType() - Constructor for class com.querydsl.sql.types.LocaleType
- LocaleType(int) - Constructor for class com.querydsl.sql.types.LocaleType
- LocalTimeType - Class in com.querydsl.sql.types
-
LocalTimeTypemaps LocalTime to Time on the JDBC level - LocalTimeType() - Constructor for class com.querydsl.sql.types.LocalTimeType
- LocalTimeType(int) - Constructor for class com.querydsl.sql.types.LocalTimeType
- LOCK_IN_SHARE_MODE - Enum constant in enum com.querydsl.sql.SQLOps
- LOCK_IN_SHARE_MODE - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- LOCK_IN_SHARE_MODE - Static variable in class com.querydsl.sql.MySQLTemplates
- lockInShareMode() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
Using LOCK IN SHARE MODE sets a shared lock that permits other transactions to read the examined rows but not to update or delete them.
- logger - Static variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- logger - Static variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- logger - Static variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- logger - Static variable in class com.querydsl.sql.dml.SQLMergeClause
- logQuery(String, Collection<Object>) - Method in class com.querydsl.sql.AbstractSQLQuery
- logQuery(Logger, String, Collection<Object>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- LongType - Class in com.querydsl.sql.types
-
LongTypemaps Long to Long on the JDBC level - LongType() - Constructor for class com.querydsl.sql.types.LongType
- LongType(int) - Constructor for class com.querydsl.sql.types.LongType
- LongVarBinaryBytesType - Class in com.querydsl.sql.types
-
LongVarBinaryBytesTypeusesLONGVARBINARYas the JDBC type - LongVarBinaryBytesType() - Constructor for class com.querydsl.sql.types.LongVarBinaryBytesType
- LOWER - Enum constant in enum com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping.LetterCase
M
- Mapper<T> - Interface in com.querydsl.sql.dml
-
Create a Map of updates for a given domain object
- max(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- merge(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- merge(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new MERGE clause
- metadata - Variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- metadata - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- metadata - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- metadata - Variable in class com.querydsl.sql.dml.SQLMergeClause
- millisecond - Enum constant in enum com.querydsl.sql.DatePart
- min(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- minute - Enum constant in enum com.querydsl.sql.DatePart
- MODIFIERS - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- month - Enum constant in enum com.querydsl.sql.DatePart
- moveToCurrentRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- moveToInsertRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- MySQLQuery<T> - Class in com.querydsl.sql.mysql
-
MySQLQueryprovides MySQL related extensions to SQLQuery. - MySQLQuery(Connection) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
- MySQLQueryFactory - Class in com.querydsl.sql.mysql
-
MySQL specific implementation of SQLQueryFactory
- MySQLQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
- MySQLQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
- MySQLQueryFactory(Supplier<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
- MySQLReplaceClause - Class in com.querydsl.sql.mysql
-
MySQLReplaceClauseis a REPLACE INTO clause - MySQLReplaceClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.mysql.MySQLReplaceClause
- MySQLReplaceClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.mysql.MySQLReplaceClause
- MySQLTemplates - Class in com.querydsl.sql
-
MySQLTemplatesis an SQL dialect for MySQL - MySQLTemplates() - Constructor for class com.querydsl.sql.MySQLTemplates
- MySQLTemplates(boolean) - Constructor for class com.querydsl.sql.MySQLTemplates
- MySQLTemplates(char, boolean) - Constructor for class com.querydsl.sql.MySQLTemplates
N
- named(String) - Static method in class com.querydsl.sql.ColumnMetadata
-
Creates default column meta data with the given column name, but without any type or constraint information.
- NameMapping - Interface in com.querydsl.sql.namemapping
-
By implementing this interface, it is possible to programmatically override schema, table and column names.
- ne(A) - Method in class com.querydsl.sql.WindowFunction
- ne(Expression<? super T>) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- ne(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
- ne(T) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- newInstance(Object...) - Method in class com.querydsl.sql.QBeans
- newLineToSingleSpace - Variable in class com.querydsl.sql.SQLTemplates.Builder
- newLineToSingleSpace() - Method in class com.querydsl.sql.SQLTemplates.Builder
- newLineToSingleSpace() - Method in class com.querydsl.sql.SQLTemplates
- next() - Method in class com.querydsl.sql.dml.EmptyResultSet
- next() - Method in class com.querydsl.sql.SQLResultIterator
- nextval(Class<T>, String) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a nextval(sequence) expression of the given type
- nextval(String) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a nextval(sequence) expression
- NEXTVAL - Enum constant in enum com.querydsl.sql.SQLOps
- NO_WAIT - Enum constant in enum com.querydsl.sql.SQLOps
- NO_WAIT - Static variable in class com.querydsl.sql.SQLTemplates
- NO_WAIT_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
Deprecated.
- noCache() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
With SQL_NO_CACHE, the server does not use the query cache.
- NOEXPAND - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- NOLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in class com.querydsl.sql.SQLBaseListener
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a deletion
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in class com.querydsl.sql.SQLListeners
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch deletion
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in class com.querydsl.sql.SQLListeners
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about an insertion
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLListeners
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch insertion
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLListeners
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a merge
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLListeners
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch merge
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in class com.querydsl.sql.SQLListeners
- notifyQuery(QueryMetadata) - Method in class com.querydsl.sql.SQLBaseListener
- notifyQuery(QueryMetadata) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a query
- notifyQuery(QueryMetadata) - Method in class com.querydsl.sql.SQLListeners
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about an update operation
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLListeners
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in class com.querydsl.sql.SQLBaseListener
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch update
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in class com.querydsl.sql.SQLListeners
- notNull() - Method in class com.querydsl.sql.ColumnMetadata
- noWait() - Method in class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
-
With NOWAIT, the statement reports an error, rather than waiting, if a selected row cannot be locked immediately.
- NOWAIT - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- nthValue(Expression<T>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
NTH_VALUE returns the expr value of the nth row in the window defined by the analytic clause.
- nthValue(Expression<T>, Number) - Static method in class com.querydsl.sql.SQLExpressions
-
NTH_VALUE returns the expr value of the nth row in the window defined by the analytic clause.
- NTHVALUE - Enum constant in enum com.querydsl.sql.SQLOps
- ntile(T) - Static method in class com.querydsl.sql.SQLExpressions
-
divides an ordered data set into a number of buckets indicated by expr and assigns the appropriate bucket number to each row
- NTILE - Enum constant in enum com.querydsl.sql.SQLOps
- Null - Class in com.querydsl.sql.types
-
Nullis a singleton value replacement for null - NumericBooleanType - Class in com.querydsl.sql.types
-
NumericBooleanTypemaps Boolean to 1/0 (Integer) on the JDBC level - NumericBooleanType() - Constructor for class com.querydsl.sql.types.NumericBooleanType
- NumericBooleanType(int) - Constructor for class com.querydsl.sql.types.NumericBooleanType
O
- ObjectType - Class in com.querydsl.sql.types
-
ObjectTypemaps Object to Object on the JDBC level - ObjectType() - Constructor for class com.querydsl.sql.types.ObjectType
- ObjectType(int) - Constructor for class com.querydsl.sql.types.ObjectType
- of(RelationalPath<?>...) - Method in class com.querydsl.sql.postgresql.AbstractPostgreSQLQuery
-
FOR UPDATE / FOR SHARE OF tables
- ofType(int) - Method in class com.querydsl.sql.ColumnMetadata
- on(Predicate) - Method in class com.querydsl.sql.ProjectableSQLQuery
- on(Predicate...) - Method in class com.querydsl.sql.ProjectableSQLQuery
- on(Predicate...) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Defines a filter to the last added join
- on(RelationalPath<E>) - Method in class com.querydsl.sql.ForeignKey
- onException(SQLListenerContextImpl, Exception) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Called to make the call back to listeners when an exception happens
- onException(SQLListenerContextImpl, Exception) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Called to make the call back to listeners when an exception happens
- OracleGrammar - Class in com.querydsl.sql.oracle
-
Convenience functions and constants for Oracle DB usage
- OracleQuery<T> - Class in com.querydsl.sql.oracle
-
OracleQueryprovides Oracle specific extensions to the base SQL query type If you need to subtype this, use the base class instead. - OracleQuery(Connection) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.oracle.OracleQuery
- OracleQueryFactory - Class in com.querydsl.sql.oracle
-
Oracle specific implementation of SQLQueryFactory
- OracleQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.oracle.OracleQueryFactory
- OracleQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.oracle.OracleQueryFactory
- OracleQueryFactory(Supplier<Connection>) - Constructor for class com.querydsl.sql.oracle.OracleQueryFactory
- OracleTemplates - Class in com.querydsl.sql
-
OracleTemplatesis an SQL dialect for Oracle - OracleTemplates() - Constructor for class com.querydsl.sql.OracleTemplates
- OracleTemplates(boolean) - Constructor for class com.querydsl.sql.OracleTemplates
- OracleTemplates(char, boolean) - Constructor for class com.querydsl.sql.OracleTemplates
- ORDER_BY - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- ORDER_SIBLINGS_BY - Static variable in class com.querydsl.sql.oracle.AbstractOracleQuery
- orderBy(ComparableExpressionBase<?>) - Method in class com.querydsl.sql.WindowFirstLast
- orderBy(ComparableExpressionBase<?>) - Method in class com.querydsl.sql.WindowFunction
- orderBy(ComparableExpressionBase<?>) - Method in class com.querydsl.sql.WithinGroup.OrderBy
- orderBy(ComparableExpressionBase<?>...) - Method in class com.querydsl.sql.WindowFirstLast
- orderBy(ComparableExpressionBase<?>...) - Method in class com.querydsl.sql.WindowFunction
- orderBy(ComparableExpressionBase<?>...) - Method in class com.querydsl.sql.WithinGroup.OrderBy
- orderBy(OrderSpecifier<?>) - Method in class com.querydsl.sql.WindowFirstLast
- orderBy(OrderSpecifier<?>) - Method in class com.querydsl.sql.WindowFunction
- orderBy(OrderSpecifier<?>) - Method in class com.querydsl.sql.WithinGroup.OrderBy
- orderBy(OrderSpecifier<?>...) - Method in interface com.querydsl.sql.Union
-
Define the ordering of the query results
- orderBy(OrderSpecifier<?>...) - Method in class com.querydsl.sql.UnionImpl
- orderBy(OrderSpecifier<?>...) - Method in class com.querydsl.sql.WindowFirstLast
- orderBy(OrderSpecifier<?>...) - Method in class com.querydsl.sql.WindowFunction
- orderBy(OrderSpecifier<?>...) - Method in class com.querydsl.sql.WithinGroup.OrderBy
- OrderBy() - Constructor for class com.querydsl.sql.WithinGroup.OrderBy
- orderSiblingsBy(Expression<?>) - Method in class com.querydsl.sql.oracle.AbstractOracleQuery
-
ORDER SIBLINGS BY preserves any ordering specified in the hierarchical query clause and then applies the order_by_clause to the siblings of the hierarchy.
- OTHER_LIKE_CASES - Static variable in class com.querydsl.sql.SQLTemplates
- over() - Method in class com.querydsl.sql.WindowFirstLast
- over() - Method in class com.querydsl.sql.WindowOver
P
- PAGLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- PARENT_CONTEXT - Static variable in class com.querydsl.sql.AbstractSQLQuery
- partitionBy(Expression<?>) - Method in class com.querydsl.sql.WindowFunction
- partitionBy(Expression<?>...) - Method in class com.querydsl.sql.WindowFunction
- percentileCont(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Calculates a percentile based on a continuous distribution of the column value
- percentileCont(T) - Static method in class com.querydsl.sql.SQLExpressions
-
Calculates a percentile based on a continuous distribution of the column value
- PERCENTILECONT - Enum constant in enum com.querydsl.sql.SQLOps
- percentileDisc(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
PERCENTILE_DISC is an inverse distribution function that assumes a discrete distribution model.
- percentileDisc(T) - Static method in class com.querydsl.sql.SQLExpressions
-
PERCENTILE_DISC is an inverse distribution function that assumes a discrete distribution model.
- PERCENTILEDISC - Enum constant in enum com.querydsl.sql.SQLOps
- percentRank() - Static method in class com.querydsl.sql.SQLExpressions
-
As an analytic function, for a row r, PERCENT_RANK calculates the rank of r minus 1, divided by 1 less than the number of rows being evaluated (the entire query result set or a partition).
- percentRank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, PERCENT_RANK calculates, for a hypothetical row r identified by the arguments of the function and a corresponding sort specification, the rank of row r minus 1 divided by the number of rows in the aggregate group.
- percentRank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, PERCENT_RANK calculates, for a hypothetical row r identified by the arguments of the function and a corresponding sort specification, the rank of row r minus 1 divided by the number of rows in the aggregate group.
- PERCENTRANK - Enum constant in enum com.querydsl.sql.SQLOps
- PERCENTRANK2 - Enum constant in enum com.querydsl.sql.SQLOps
- populate(StoreClause<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- populate(Object) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Populate the INSERT clause with the properties of the given bean.
- populate(Object) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean.
- populate(T, Mapper<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Populate the INSERT clause with the properties of the given bean using the given Mapper.
- populate(T, Mapper<T>) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean using the given Mapper.
- PostgreSQLQuery<T> - Class in com.querydsl.sql.postgresql
-
PostgreSQLQueryprovides Postgres related extensions to SQLQuery. - PostgreSQLQuery(Connection) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
- PostgreSQLQueryFactory - Class in com.querydsl.sql.postgresql
-
PostgreSQL specific implementation of SQLQueryFactory
- PostgreSQLQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- PostgreSQLQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- PostgreSQLQueryFactory(Supplier<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- PostgreSQLTemplates - Class in com.querydsl.sql
-
PostgreSQLTemplatesis an SQL dialect for PostgreSQL - PostgreSQLTemplates() - Constructor for class com.querydsl.sql.PostgreSQLTemplates
- PostgreSQLTemplates(boolean) - Constructor for class com.querydsl.sql.PostgreSQLTemplates
- PostgreSQLTemplates(char, boolean) - Constructor for class com.querydsl.sql.PostgreSQLTemplates
- preceding(int) - Method in class com.querydsl.sql.WindowRows.Between
- preceding(int) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- preceding(int) - Method in class com.querydsl.sql.WindowRows
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.Between
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows
- PreConfiguredNameMapping - Class in com.querydsl.sql.namemapping
-
NameMappingimplementation that allows specifying exact schema, table and column name mappings. - PreConfiguredNameMapping() - Constructor for class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- preExecute(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- preExecute(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of
PreparedStatementexecution. - preExecute(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- prepared(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- prepared(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of
PreparedStatementpreparation. - prepared(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- prepareStatementAndSetParameters(SQLSerializer, boolean) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- prepareStatementAndSetParameters(SQLSerializer, boolean) - Method in class com.querydsl.sql.dml.SQLMergeClause
- prePrepare(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- prePrepare(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of
PreparedStatementpreparation. - prePrepare(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- preRender(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- preRender(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of SQL rendering.
- preRender(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- previous() - Method in class com.querydsl.sql.dml.EmptyResultSet
- PrimaryKey<E> - Class in com.querydsl.sql
-
PrimaryKeydefines a primary key on table - PrimaryKey(RelationalPath<?>, Path<?>...) - Constructor for class com.querydsl.sql.PrimaryKey
- PrimaryKey(RelationalPath<?>, List<? extends Path<?>>) - Constructor for class com.querydsl.sql.PrimaryKey
- printSchema - Variable in class com.querydsl.sql.SQLTemplates.Builder
- printSchema() - Method in class com.querydsl.sql.SQLTemplates.Builder
- produceNext(ResultSet) - Method in class com.querydsl.sql.SQLResultIterator
- ProjectableSQLQuery<T,
Q extends ProjectableSQLQuery<T, Q> & Query<Q>> - Class in com.querydsl.sql -
ProjectableSQLQueryis the base type for SQL query implementations - ProjectableSQLQuery(QueryMixin<Q>, Configuration) - Constructor for class com.querydsl.sql.ProjectableSQLQuery
Q
- Q - Static variable in class com.querydsl.sql.SQLSerializer
- QBeans - Class in com.querydsl.sql
-
Expression used to project a list of beans
- QBeans(RelationalPath<?>...) - Constructor for class com.querydsl.sql.QBeans
- qualify(Predicate) - Method in class com.querydsl.sql.teradata.TeradataQuery
-
Adds a qualify expression
- QUALIFY - Enum constant in enum com.querydsl.sql.SQLOps
- query() - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- query() - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- query() - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- query() - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- query() - Method in interface com.querydsl.sql.SQLCommonQueryFactory
- query() - Method in class com.querydsl.sql.SQLQueryFactory
- query() - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- queryString - Variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- queryString - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- queryString - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- queryString - Variable in class com.querydsl.sql.dml.SQLMergeClause
- quote - Variable in class com.querydsl.sql.SQLTemplates.Builder
- quote() - Method in class com.querydsl.sql.SQLTemplates.Builder
- quoteIdentifier(String) - Method in class com.querydsl.sql.SQLTemplates
- quoteIdentifier(String, boolean) - Method in class com.querydsl.sql.SQLTemplates
R
- range() - Method in class com.querydsl.sql.WindowFunction
- rank() - Static method in class com.querydsl.sql.SQLExpressions
-
rank of the current row with gaps; same as row_number of its first peer
- rank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, RANK calculates the rank of a hypothetical row identified by the arguments of the function with respect to a given sort specification.
- rank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, RANK calculates the rank of a hypothetical row identified by the arguments of the function with respect to a given sort specification.
- RANK - Enum constant in enum com.querydsl.sql.SQLOps
- RANK2 - Enum constant in enum com.querydsl.sql.SQLOps
- ratioToReport(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
computes the ratio of a value to the sum of a set of values.
- RATIOTOREPORT - Enum constant in enum com.querydsl.sql.SQLOps
- READCOMMITTED - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- READCOMMITTEDLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- READPAST - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- READUNCOMMITTED - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- RECURSIVE - Static variable in class com.querydsl.sql.SQLTemplates
- refreshRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- register(Type<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given
Typeconverter - register(String, String, Type<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given
Typeconverter for the given table and column - register(String, String, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given javaType for the given table and column
- registerColumnOverride(String, String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerColumnOverride(String, String, String) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- registerColumnOverride(String, String, String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerColumnOverride(String, String, String, String) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- registerNumeric(int, int, int, int, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Override multiple numeric bindings, both begin and end are inclusive
- registerNumeric(int, int, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Override the binding for the given NUMERIC type
- registerSchemaOverride(String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- registerTableOverride(String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerTableOverride(String, String) - Method in class com.querydsl.sql.namemapping.PreConfiguredNameMapping
- registerTableOverride(String, String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerTableOverride(String, String, String, String) - Method in class com.querydsl.sql.Configuration
-
Deprecated.Use
Configuration.setDynamicNameMapping(NameMapping)instead. - registerType(String, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Register a typeName to Class mapping
- REGR_AVGX - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_AVGY - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_COUNT - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_INTERCEPT - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_R2 - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_SLOPE - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_SXX - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_SXY - Enum constant in enum com.querydsl.sql.SQLOps
- REGR_SYY - Enum constant in enum com.querydsl.sql.SQLOps
- regrAvgx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_AVGX evaluates the average of the independent variable (arg2) of the regression line.
- regrAvgy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_AVGY evaluates the average of the dependent variable (arg1) of the regression line.
- regrCount(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_COUNT returns an integer that is the number of non-null number pairs used to fit the regression line.
- regrIntercept(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_INTERCEPT returns the y-intercept of the regression line.
- regrR2(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_R2 returns the coefficient of determination (also called R-squared or goodness of fit) for the regression.
- regrSlope(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SLOPE returns the slope of the line
- regrSxx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SXX makes the following computation after the elimination of null (arg1, arg2) pairs:
- regrSxy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SXY makes the following computation after the elimination of null (arg1, arg2) pairs:
- regrSyy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SYY makes the following computation after the elimination of null (arg1, arg2) pairs:
- relationalFunctionCall(Class<? extends T>, String, Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new RelationalFunctionCall for the given function and arguments
- RelationalFunctionCall<T> - Class in com.querydsl.sql
-
Represents a table valued function call
- RelationalFunctionCall(Class<? extends T>, String, Object...) - Constructor for class com.querydsl.sql.RelationalFunctionCall
- RelationalPath<T> - Interface in com.querydsl.sql
-
RelationalPath extends
EntityPathto provide access to relational metadata - RelationalPathBase<T> - Class in com.querydsl.sql
-
RelationalPathBaseis a base class forRelationalPathimplementations - RelationalPathBase(Class<? extends T>, PathMetadata, String, String) - Constructor for class com.querydsl.sql.RelationalPathBase
- RelationalPathBase(Class<? extends T>, String, String, String) - Constructor for class com.querydsl.sql.RelationalPathBase
- RelationalPathExtractor - Class in com.querydsl.sql
-
RelationalPathExtractorextractsRelationalPathinstances from expressions and queries - RelationalPathUtils - Class in com.querydsl.sql
-
RelationalPathUtilsprovides static utility methods forRelationalPathinstances - relative(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- remove() - Method in class com.querydsl.sql.SQLResultIterator
- rendered(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- rendered(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of SQL rendering.
- rendered(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- REPEATABLEREAD - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- replace(RelationalPath<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- REPLACE_INTO - Static variable in class com.querydsl.sql.mysql.MySQLReplaceClause
- requiresQuotes(String, boolean) - Method in class com.querydsl.sql.SQLTemplates
- reset() - Method in class com.querydsl.sql.dml.AbstractSQLClause
- right(Expression<String>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs rightmost characters of lhs
- right(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- rightJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- rightJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(EntityPath<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- rightJoin(EntityPath<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- rowDeleted() - Method in class com.querydsl.sql.dml.EmptyResultSet
- rowid - Static variable in class com.querydsl.sql.oracle.OracleGrammar
- rowInserted() - Method in class com.querydsl.sql.dml.EmptyResultSet
- ROWLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- rownum - Static variable in class com.querydsl.sql.oracle.OracleGrammar
- rowNumber() - Static method in class com.querydsl.sql.SQLExpressions
-
number of the current row within its partition, counting from 1
- ROWNUMBER - Enum constant in enum com.querydsl.sql.SQLOps
- rows() - Method in class com.querydsl.sql.WindowFunction
- rowUpdated() - Method in class com.querydsl.sql.dml.EmptyResultSet
S
- SchemaAndTable - Class in com.querydsl.sql
-
SchemaAndTablecombines schema and table into a single value type - SchemaAndTable(String, String) - Constructor for class com.querydsl.sql.SchemaAndTable
- second - Enum constant in enum com.querydsl.sql.DatePart
- select(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with the given projection
- select(Expression<?>...) - Method in class com.querydsl.sql.mssql.SQLServerQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- select(Expression<?>...) - Method in class com.querydsl.sql.mysql.MySQLQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- select(Expression<?>...) - Method in class com.querydsl.sql.oracle.OracleQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- select(Expression<?>...) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- select(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- select(Expression<?>...) - Method in class com.querydsl.sql.SQLQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.SQLQueryFactory
- select(Expression<?>...) - Method in class com.querydsl.sql.teradata.TeradataQuery
- select(Expression<?>...) - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- select(Expression<T>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with the given projection
- select(Expression<T>) - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- select(Expression<T>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- select(Expression<T>) - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- select(Expression<T>) - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- select(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- select(Expression<T>) - Method in class com.querydsl.sql.SQLQueryFactory
- select(Expression<T>) - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- select(Expression<U>) - Method in class com.querydsl.sql.mssql.SQLServerQuery
- select(Expression<U>) - Method in class com.querydsl.sql.mysql.MySQLQuery
- select(Expression<U>) - Method in class com.querydsl.sql.oracle.OracleQuery
- select(Expression<U>) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
- select(Expression<U>) - Method in class com.querydsl.sql.SQLQuery
- select(Expression<U>) - Method in class com.querydsl.sql.teradata.TeradataQuery
- select(SubQueryExpression<?>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- select(SubQueryExpression<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- SELECT - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with the given projection
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- selectDistinct(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.SQLQueryFactory
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with the given projection
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- selectDistinct(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.SQLQueryFactory
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with the given projection and source
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- selectFrom(RelationalPath<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.SQLQueryFactory
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- selectOne() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with one as the projection
- selectOne() - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- selectOne() - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- selectOne() - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- selectOne() - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- selectOne() - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with one as the projection
- selectOne() - Method in class com.querydsl.sql.SQLQueryFactory
- selectOne() - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- selectZero() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
Create a new SQL query with zero as the projection
- selectZero() - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
- selectZero() - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
- selectZero() - Method in class com.querydsl.sql.oracle.OracleQueryFactory
- selectZero() - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
- selectZero() - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with zero as the projection
- selectZero() - Method in class com.querydsl.sql.SQLQueryFactory
- selectZero() - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
- SERIALIZABLE - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- serialize(boolean) - Method in class com.querydsl.sql.ProjectableSQLQuery
- serialize(QueryMetadata, boolean) - Method in class com.querydsl.sql.SQLSerializer
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.DB2Templates
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServerTemplates
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for SELECT serialization
- serialize(String, int) - Method in class com.querydsl.sql.CUBRIDTemplates
- serialize(String, int) - Method in class com.querydsl.sql.DerbyTemplates
- serialize(String, int) - Method in class com.querydsl.sql.H2Templates
- serialize(String, int) - Method in class com.querydsl.sql.HSQLDBTemplates
- serialize(String, int) - Method in class com.querydsl.sql.OracleTemplates
- serialize(String, int) - Method in class com.querydsl.sql.PostgreSQLTemplates
- serialize(String, int) - Method in class com.querydsl.sql.SQLiteTemplates
- serialize(String, int) - Method in class com.querydsl.sql.SQLServerTemplates
- serialize(String, int) - Method in class com.querydsl.sql.SQLTemplates
- serializeConstant(int, String) - Method in class com.querydsl.sql.SQLSerializer
- serializeDelete(QueryMetadata, RelationalPath<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for DELETE serialization
- serializeForDelete(QueryMetadata, RelationalPath<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeForInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeForInsert(QueryMetadata, RelationalPath<?>, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLSerializer
- serializeForMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeForQuery(QueryMetadata, boolean) - Method in class com.querydsl.sql.SQLSerializer
- serializeForUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
- serializeForWhere(QueryMetadata) - Method in class com.querydsl.sql.SQLSerializer
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for INSERT serialization
- serializeInsert(QueryMetadata, RelationalPath<?>, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLSerializer
- serializeInsert(QueryMetadata, RelationalPath<?>, List<SQLInsertBatch>, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
- serializeInsert(QueryMetadata, RelationalPath<?>, List<SQLInsertBatch>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for INSERT serialization
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for MERGE serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.CUBRIDTemplates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.DB2Templates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.DerbyTemplates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.FirebirdTemplates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLServerTemplates
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for LIMIT and OFFSET serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.TeradataTemplates
- serializeSources(List<JoinExpression>) - Method in class com.querydsl.sql.SQLSerializer
- serializeUnion(Expression<?>, QueryMetadata, boolean) - Method in class com.querydsl.sql.SQLSerializer
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for UPDATE serialization
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- set(Path<T>, Expression<? extends T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create an assignment expression
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.SQLMergeClause
- set(Path<T>, T) - Static method in class com.querydsl.sql.SQLExpressions
-
Create an assignment expression
- set(String, String) - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- set(PreparedStatement, Path<?>, int, T) - Method in class com.querydsl.sql.Configuration
-
Set the value at the given index in the statement
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- set(Map<String, String>) - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- SET_LITERAL - Enum constant in enum com.querydsl.sql.SQLOps
- SET_PATH - Enum constant in enum com.querydsl.sql.SQLOps
- setArraysSupported(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setAsc(String) - Method in class com.querydsl.sql.SQLTemplates
- setAutoIncrement(String) - Method in class com.querydsl.sql.SQLTemplates
- setBatchCountViaGetUpdateCount(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setBatchToBulk(boolean) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
-
Set whether batches should be optimized into a single bulk operation.
- setBatchToBulkSupported(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setColumnAlias(String) - Method in class com.querydsl.sql.SQLTemplates
- setConnection(Connection) - Method in class com.querydsl.sql.SQLListenerContextImpl
- setCount(String) - Method in class com.querydsl.sql.SQLTemplates
- setCountDistinctMultipleColumns(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setCountStar(String) - Method in class com.querydsl.sql.SQLTemplates
- setCountViaAnalytics(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setCreateIndex(String) - Method in class com.querydsl.sql.SQLTemplates
- setCreateTable(String) - Method in class com.querydsl.sql.SQLTemplates
- setCreateUniqueIndex(String) - Method in class com.querydsl.sql.SQLTemplates
- setCrossJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setData(String, Object) - Method in interface com.querydsl.sql.SQLListenerContext
-
The context setData is a general purpose place that listeners can place objects.
- setData(String, Object) - Method in class com.querydsl.sql.SQLListenerContextImpl
- setDefaultValues(String) - Method in class com.querydsl.sql.SQLTemplates
- setDelete(String) - Method in class com.querydsl.sql.SQLTemplates
- setDesc(String) - Method in class com.querydsl.sql.SQLTemplates
- setDistinctCountEnd(String) - Method in class com.querydsl.sql.SQLTemplates
- setDistinctCountStart(String) - Method in class com.querydsl.sql.SQLTemplates
- setDmlWithSchema(boolean) - Method in class com.querydsl.sql.SQLSerializer
- setDummyTable(String) - Method in class com.querydsl.sql.SQLTemplates
- setDynamicNameMapping(NameMapping) - Method in class com.querydsl.sql.Configuration
-
Programmers can specify name mappings by implementing the
NameMappinginterface. - setEntity(RelationalPath<?>) - Method in class com.querydsl.sql.SQLListenerContextImpl
- setException(Exception) - Method in class com.querydsl.sql.SQLListenerContextImpl
- setExceptionTranslator(SQLExceptionTranslator) - Method in class com.querydsl.sql.Configuration
-
Set the exception translator
- setFetchDirection(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- setFetchSize(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- setFetchSize(Integer) - Method in class com.querydsl.sql.StatementOptions.Builder
- setForShareFlag(QueryFlag) - Method in class com.querydsl.sql.SQLTemplates
- setForShareSupported(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setForUpdateFlag(QueryFlag) - Method in class com.querydsl.sql.SQLTemplates
- setFrom(String) - Method in class com.querydsl.sql.SQLTemplates
- setFullJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setFunctionJoinsWrapped(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setGroupBy(String) - Method in class com.querydsl.sql.SQLTemplates
- setHaving(String) - Method in class com.querydsl.sql.SQLTemplates
- setInnerJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setInsertInto(String) - Method in class com.querydsl.sql.SQLTemplates
- setJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setKey(String) - Method in class com.querydsl.sql.SQLTemplates
- setLeftJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setLimitRequired(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setListMaxSize(int) - Method in class com.querydsl.sql.SQLTemplates
- setMaxFieldSize(Integer) - Method in class com.querydsl.sql.StatementOptions.Builder
- setMaxLimit(int) - Method in class com.querydsl.sql.SQLTemplates
- setMaxRows(Integer) - Method in class com.querydsl.sql.StatementOptions.Builder
- setMergeInto(String) - Method in class com.querydsl.sql.SQLTemplates
- setNativeMerge(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setNotNull(String) - Method in class com.querydsl.sql.SQLTemplates
- setNoWaitFlag(QueryFlag) - Method in class com.querydsl.sql.SQLTemplates
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
- setNullsFirst(String) - Method in class com.querydsl.sql.SQLTemplates
- setNullsLast(String) - Method in class com.querydsl.sql.SQLTemplates
- setOffsetTemplate(String) - Method in class com.querydsl.sql.SQLTemplates
- setOn(String) - Method in class com.querydsl.sql.SQLTemplates
- setOrderBy(String) - Method in class com.querydsl.sql.SQLTemplates
- setParameterMetadataAvailable(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.querydsl.sql.AbstractSQLQuery
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Set the parameters to the given PreparedStatement
- setPrintSchema(boolean) - Method in class com.querydsl.sql.SQLTemplates
- SetQueryBandClause - Class in com.querydsl.sql.teradata
-
SetQueryBandClauseprovides support for Teradata specific set query_band executions. - SetQueryBandClause(Connection, Configuration) - Constructor for class com.querydsl.sql.teradata.SetQueryBandClause
- SetQueryBandClause(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.teradata.SetQueryBandClause
- SetQueryBandClause(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.teradata.SetQueryBandClause
- setQueryTimeout(Integer) - Method in class com.querydsl.sql.StatementOptions.Builder
- setRightJoin(String) - Method in class com.querydsl.sql.SQLTemplates
- setSelect(String) - Method in class com.querydsl.sql.SQLTemplates
- setSelectDistinct(String) - Method in class com.querydsl.sql.SQLTemplates
- setSet(String) - Method in class com.querydsl.sql.SQLTemplates
- setSkipParent(boolean) - Method in class com.querydsl.sql.SQLSerializer
- setStatementOptions(StatementOptions) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Set the options to be applied to the JDBC statements of this query
- setSupportsUnquotedReservedWordsAsIdentifier(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setTableAlias(String) - Method in class com.querydsl.sql.SQLTemplates
- setTemplates(SQLTemplates) - Method in class com.querydsl.sql.Configuration
-
Set the templates to use for serialization
- setUnionsWrapped(boolean) - Method in class com.querydsl.sql.SQLTemplates
- setUpdate(String) - Method in class com.querydsl.sql.SQLTemplates
- setUseLiterals(boolean) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Set whether literals are used in SQL strings instead of parameter bindings (default: false)
- setUseLiterals(boolean) - Method in class com.querydsl.sql.Configuration
-
Set whether literals are used in SQL strings instead of parameter bindings (default: false)
- setUseLiterals(boolean) - Method in class com.querydsl.sql.dml.AbstractSQLClause
- setUseLiterals(boolean) - Method in class com.querydsl.sql.SQLSerializer
- setValue(PreparedStatement, int, byte[]) - Method in class com.querydsl.sql.types.BytesType
- setValue(PreparedStatement, int, InputStream) - Method in class com.querydsl.sql.types.InputStreamType
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.BooleanType
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.NumericBooleanType
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.TrueFalseType
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.YesNoType
- setValue(PreparedStatement, int, Byte) - Method in class com.querydsl.sql.types.ByteType
- setValue(PreparedStatement, int, Character) - Method in class com.querydsl.sql.types.CharacterType
- setValue(PreparedStatement, int, Double) - Method in class com.querydsl.sql.types.DoubleType
- setValue(PreparedStatement, int, Float) - Method in class com.querydsl.sql.types.FloatType
- setValue(PreparedStatement, int, Integer) - Method in class com.querydsl.sql.types.IntegerType
- setValue(PreparedStatement, int, Long) - Method in class com.querydsl.sql.types.LongType
- setValue(PreparedStatement, int, Object) - Method in class com.querydsl.sql.types.ObjectType
- setValue(PreparedStatement, int, Short) - Method in class com.querydsl.sql.types.ShortType
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.StringAsObjectType
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.StringType
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.XMLAsStringType
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.querydsl.sql.types.BigDecimalType
- setValue(PreparedStatement, int, BigInteger) - Method in class com.querydsl.sql.types.BigIntegerAsLongType
- setValue(PreparedStatement, int, BigInteger) - Method in class com.querydsl.sql.types.BigIntegerType
- setValue(PreparedStatement, int, URL) - Method in class com.querydsl.sql.types.URLType
- setValue(PreparedStatement, int, Blob) - Method in class com.querydsl.sql.types.BlobType
- setValue(PreparedStatement, int, Clob) - Method in class com.querydsl.sql.types.ClobType
- setValue(PreparedStatement, int, Date) - Method in class com.querydsl.sql.types.DateType
- setValue(PreparedStatement, int, SQLXML) - Method in class com.querydsl.sql.types.SQLXMLType
- setValue(PreparedStatement, int, Time) - Method in class com.querydsl.sql.types.TimeType
- setValue(PreparedStatement, int, Timestamp) - Method in class com.querydsl.sql.types.TimestampType
- setValue(PreparedStatement, int, Instant) - Method in class com.querydsl.sql.types.JSR310InstantType
- setValue(PreparedStatement, int, LocalDate) - Method in class com.querydsl.sql.types.JSR310LocalDateType
- setValue(PreparedStatement, int, LocalDateTime) - Method in class com.querydsl.sql.types.JSR310LocalDateTimeType
- setValue(PreparedStatement, int, LocalTime) - Method in class com.querydsl.sql.types.JSR310LocalTimeType
- setValue(PreparedStatement, int, OffsetDateTime) - Method in class com.querydsl.sql.types.JSR310OffsetDateTimeType
- setValue(PreparedStatement, int, OffsetTime) - Method in class com.querydsl.sql.types.JSR310OffsetTimeType
- setValue(PreparedStatement, int, ZonedDateTime) - Method in class com.querydsl.sql.types.JSR310ZonedDateTimeType
- setValue(PreparedStatement, int, Calendar) - Method in class com.querydsl.sql.types.CalendarType
- setValue(PreparedStatement, int, Currency) - Method in class com.querydsl.sql.types.CurrencyType
- setValue(PreparedStatement, int, Date) - Method in class com.querydsl.sql.types.UtilDateType
- setValue(PreparedStatement, int, Locale) - Method in class com.querydsl.sql.types.LocaleType
- setValue(PreparedStatement, int, UUID) - Method in class com.querydsl.sql.types.UtilUUIDType
- setValue(PreparedStatement, int, DateTime) - Method in class com.querydsl.sql.types.DateTimeType
- setValue(PreparedStatement, int, LocalDate) - Method in class com.querydsl.sql.types.LocalDateType
- setValue(PreparedStatement, int, LocalDateTime) - Method in class com.querydsl.sql.types.LocalDateTimeType
- setValue(PreparedStatement, int, LocalTime) - Method in class com.querydsl.sql.types.LocalTimeType
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.ArrayType
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumAsObjectType
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumByNameType
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumByOrdinalType
- setValue(PreparedStatement, int, T) - Method in interface com.querydsl.sql.types.Type
-
Set the object to the statement
- setValues(String) - Method in class com.querydsl.sql.SQLTemplates
- setWhere(String) - Method in class com.querydsl.sql.SQLTemplates
- setWith(String) - Method in class com.querydsl.sql.SQLTemplates
- setWithRecursive(String) - Method in class com.querydsl.sql.SQLTemplates
- setWrapSelectParameters(boolean) - Method in class com.querydsl.sql.SQLTemplates
- ShortType - Class in com.querydsl.sql.types
-
ShortTypemaps Short to Short on the JDBC level - ShortType() - Constructor for class com.querydsl.sql.types.ShortType
- ShortType(int) - Constructor for class com.querydsl.sql.types.ShortType
- skipParent - Variable in class com.querydsl.sql.SQLSerializer
- smallResult() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
For SQL_SMALL_RESULT, MySQL uses fast temporary tables to store the resulting table instead of using sorting.
- SQL_BIG_RESULT - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQL_BUFFER_RESULT - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQL_CACHE - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQL_CALC_FOUND_ROWS - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQL_NO_CACHE - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQL_SMALL_RESULT - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- SQLBaseListener - Class in com.querydsl.sql
-
SQLBaseListeneris a base implementation of theSQLDetailedListenerinterface with empty method implementations - SQLBaseListener() - Constructor for class com.querydsl.sql.SQLBaseListener
- SQLBindings - Class in com.querydsl.sql
-
SQLBindingsprovides the SQL query string and bindings - SQLBindings(String, List<Object>) - Constructor for class com.querydsl.sql.SQLBindings
- SQLCloseListener - Class in com.querydsl.sql
-
SQLCloseListenercloses the JDBC connection at the end of the query or clause execution - SQLCommonQuery<Q extends SQLCommonQuery<Q>> - Interface in com.querydsl.sql
-
SQLCommonQueryis a common interface for SQLQuery and SQLSubQuery - SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,
D extends SQLDeleteClause, U extends SQLUpdateClause, I extends SQLInsertClause, M extends SQLMergeClause> - Interface in com.querydsl.sql -
Factory interface for query and clause creation.
- SQLDeleteClause - Class in com.querydsl.sql.dml
-
SQLDeleteClausedefines a DELETE clause. - SQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLDeleteClause
- SQLDeleteClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLDeleteClause
- SQLDeleteClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLDeleteClause
- SQLDetailedListener - Interface in com.querydsl.sql
-
An extended listener interface that details much more about the preparation and execution of queries
- SQLExceptionTranslator - Interface in com.querydsl.sql
-
SQLExceptionTranslatortranslate SQLExceptions to runtime exceptions - SQLExceptionWrapper - Class in com.querydsl.sql.support
-
A
SQLExceptionWrapperis used to accommodate for Javaâ„¢ 7's suppressed exceptions. - SQLExceptionWrapper() - Constructor for class com.querydsl.sql.support.SQLExceptionWrapper
- SQLExpressions - Class in com.querydsl.sql
-
Common SQL expressions
- SQLInsertBatch - Class in com.querydsl.sql.dml
-
SQLInsertBatchdefines the state of an SQL INSERT batch item - SQLInsertBatch(List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertBatch
- SQLInsertClause - Class in com.querydsl.sql.dml
-
SQLInsertClause defines an INSERT INTO clause If you need to subtype this, use
AbstractSQLInsertClauseinstead. - SQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLInsertClause(Connection, Configuration, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLInsertClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLInsertClause(Supplier<Connection>, Configuration, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
- SQLiteTemplates - Class in com.querydsl.sql
-
SQLiteTemplatesis a SQL dialect for SQLite - SQLiteTemplates() - Constructor for class com.querydsl.sql.SQLiteTemplates
- SQLiteTemplates(boolean) - Constructor for class com.querydsl.sql.SQLiteTemplates
- SQLiteTemplates(char, boolean) - Constructor for class com.querydsl.sql.SQLiteTemplates
- SQLListener - Interface in com.querydsl.sql
-
Listener interface for SQL queries and clauses
- SQLListenerContext - Interface in com.querydsl.sql
-
A context object that is progressively filled out during query execution and is passed to each
SQLDetailedListenercallback method - SQLListenerContextImpl - Class in com.querydsl.sql
-
A mutable implementation of SQL listener context.
- SQLListenerContextImpl(QueryMetadata) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
- SQLListenerContextImpl(QueryMetadata, Connection) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
- SQLListenerContextImpl(QueryMetadata, Connection, RelationalPath<?>) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
- SQLListeners - Class in com.querydsl.sql
-
SQLListenersis aSQLListenerimplementation which dispatches the notifications to a list of SQLListener instances - SQLListeners() - Constructor for class com.querydsl.sql.SQLListeners
- SQLListeners(SQLListener) - Constructor for class com.querydsl.sql.SQLListeners
- SQLMergeBatch - Class in com.querydsl.sql.dml
-
SQLMergeBatchdefines the state of an SQL MERGE batch item - SQLMergeBatch(List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeBatch
- SQLMergeClause - Class in com.querydsl.sql.dml
-
SQLMergeClausedefines an MERGE INTO clause - SQLMergeClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeClause
- SQLMergeClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeClause
- SQLMergeClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeClause
- SQLNoCloseListener - Class in com.querydsl.sql
-
SQLNoCloseListener can be used to block
SQLCloseListenerfrom closing the connection, useful for helper query executions - SQLOps - Enum in com.querydsl.sql
-
SQLOpsprovides SQL specific operators - SQLQuery<T> - Class in com.querydsl.sql
-
SQLQueryis a JDBC based implementation of theSQLCommonQueryinterface - SQLQuery() - Constructor for class com.querydsl.sql.SQLQuery
-
Create a detached SQLQuery instance The query can be attached via the clone method
- SQLQuery(Configuration) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(SQLTemplates) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a detached SQLQuery instance The query can be attached via the clone method
- SQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQueryFactory - Class in com.querydsl.sql
-
Factory class for query and DML clause creation
- SQLQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.SQLQueryFactory
- SQLQueryFactory(Configuration, DataSource) - Constructor for class com.querydsl.sql.SQLQueryFactory
- SQLQueryFactory(Configuration, DataSource, boolean) - Constructor for class com.querydsl.sql.SQLQueryFactory
- SQLQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.SQLQueryFactory
- SQLResultIterator<T> - Class in com.querydsl.sql
-
SQLResultIteratoris an Iterator adapter for JDBC result sets with customizable projections - SQLResultIterator(Configuration, Statement, ResultSet) - Constructor for class com.querydsl.sql.SQLResultIterator
- SQLResultIterator(Configuration, Statement, ResultSet, SQLDetailedListener, SQLListenerContext) - Constructor for class com.querydsl.sql.SQLResultIterator
- SQLSerializer - Class in com.querydsl.sql
-
SqlSerializerserializes SQL clauses into SQL - SQLSerializer(Configuration) - Constructor for class com.querydsl.sql.SQLSerializer
- SQLSerializer(Configuration, boolean) - Constructor for class com.querydsl.sql.SQLSerializer
- SQLSerializer.Stage - Enum in com.querydsl.sql
- SQLServer2005Templates - Class in com.querydsl.sql
-
SQLServer2005Templatesis an SQL dialect for Microsoft SQL Server 2005 - SQLServer2005Templates() - Constructor for class com.querydsl.sql.SQLServer2005Templates
- SQLServer2005Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2005Templates
- SQLServer2005Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2005Templates
- SQLServer2005Templates(Set<String>, char, boolean) - Constructor for class com.querydsl.sql.SQLServer2005Templates
- SQLServer2008Templates - Class in com.querydsl.sql
-
SQLServer2008Templatesis an SQL dialect for Microsoft SQL Server 2008 - SQLServer2008Templates() - Constructor for class com.querydsl.sql.SQLServer2008Templates
- SQLServer2008Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2008Templates
- SQLServer2008Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2008Templates
- SQLServer2008Templates(Set<String>, char, boolean) - Constructor for class com.querydsl.sql.SQLServer2008Templates
- SQLServer2012Templates - Class in com.querydsl.sql
-
SQLServer2012Templatesis an SQL dialect for Microsoft SQL Server 2012 and later - SQLServer2012Templates() - Constructor for class com.querydsl.sql.SQLServer2012Templates
- SQLServer2012Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2012Templates
- SQLServer2012Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2012Templates
- SQLServer2012Templates(Set<String>, char, boolean) - Constructor for class com.querydsl.sql.SQLServer2012Templates
- SQLServerQuery<T> - Class in com.querydsl.sql.mssql
-
SQLServerQueryprovides SQL Server related extensions to SQLQuery If you need to subtype this, use the base class instead. - SQLServerQuery(Connection) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
- SQLServerQueryFactory - Class in com.querydsl.sql.mssql
-
SQL Server specific implementation of SQLQueryFactory
- SQLServerQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
- SQLServerQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
- SQLServerQueryFactory(Supplier<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
- SQLServerTableHints - Enum in com.querydsl.sql.mssql
-
Table hints constants for SQLServerQuery
- SQLServerTemplates - Class in com.querydsl.sql
-
SQLServerTemplatesis an SQL dialect for Microsoft SQL Server - SQLServerTemplates() - Constructor for class com.querydsl.sql.SQLServerTemplates
- SQLServerTemplates(boolean) - Constructor for class com.querydsl.sql.SQLServerTemplates
- SQLServerTemplates(char, boolean) - Constructor for class com.querydsl.sql.SQLServerTemplates
- SQLServerTemplates(Set<String>, char, boolean) - Constructor for class com.querydsl.sql.SQLServerTemplates
- SQLTemplates - Class in com.querydsl.sql
-
SQLTemplatesextendsTemplatesto provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL - SQLTemplates(String, char, boolean) - Constructor for class com.querydsl.sql.SQLTemplates
-
Deprecated.
- SQLTemplates(Set<String>, String, char, boolean) - Constructor for class com.querydsl.sql.SQLTemplates
- SQLTemplates(Set<String>, String, char, boolean, boolean) - Constructor for class com.querydsl.sql.SQLTemplates
- SQLTemplates.Builder - Class in com.querydsl.sql
-
Fluent builder for
SQLTemplatesinstances * - SQLTemplatesRegistry - Class in com.querydsl.sql
-
SQLTemplatesRegistryis a registry for SQLTemplates instances - SQLTemplatesRegistry() - Constructor for class com.querydsl.sql.SQLTemplatesRegistry
- SQLUpdateBatch - Class in com.querydsl.sql.dml
-
SQLUpdateBatchdefines the state of an SQL UPDATE batch item - SQLUpdateBatch(QueryMetadata, Map<Path<?>, Expression<?>>) - Constructor for class com.querydsl.sql.dml.SQLUpdateBatch
- SQLUpdateClause - Class in com.querydsl.sql.dml
-
Defines an UPDATE clause.
- SQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLUpdateClause
- SQLUpdateClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLUpdateClause
- SQLUpdateClause(Supplier<Connection>, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLUpdateClause
- SQLXMLType - Class in com.querydsl.sql.types
-
SQLXMLTypemaps SQLXML to SQLXML on the JDBC level - SQLXMLType() - Constructor for class com.querydsl.sql.types.SQLXMLType
- SQLXMLType(int) - Constructor for class com.querydsl.sql.types.SQLXMLType
- stage - Variable in class com.querydsl.sql.SQLSerializer
- start(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
- start(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of a query.
- start(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
- start(SQLListenerContext) - Method in class com.querydsl.sql.SQLNoCloseListener
- START_WITH - Static variable in class com.querydsl.sql.oracle.AbstractOracleQuery
- startContext(Connection, QueryMetadata) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Called to create and start a new SQL Listener context
- startContext(Connection, QueryMetadata, RelationalPath<?>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Called to create and start a new SQL Listener context
- startWith(Predicate) - Method in class com.querydsl.sql.oracle.AbstractOracleQuery
-
START WITH specifies the root row(s) of the hierarchy.
- StatementOptions - Class in com.querydsl.sql
-
StatementOptionsholds parameters that should be applied toStatements. - StatementOptions(Integer, Integer, Integer, Integer) - Constructor for class com.querydsl.sql.StatementOptions
- StatementOptions.Builder - Class in com.querydsl.sql
-
Builder for
StatementOptions - stddev(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- STDDEV - Enum constant in enum com.querydsl.sql.SQLOps
- STDDEV_DISTINCT - Enum constant in enum com.querydsl.sql.SQLOps
- stddevDistinct(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- stddevPop(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the population standard deviation and returns the square root of the population variance.
- STDDEVPOP - Enum constant in enum com.querydsl.sql.SQLOps
- stddevSamp(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the cumulative sample standard deviation and returns the square root of the sample variance.
- STDDEVSAMP - Enum constant in enum com.querydsl.sql.SQLOps
- STRAIGHT_JOIN - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- straightJoin() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
STRAIGHT_JOIN forces the optimizer to join the tables in the order in which they are listed in the FROM clause.
- stream() - Method in class com.querydsl.sql.UnionImpl
- StringAsObjectType - Class in com.querydsl.sql.types
-
StringAsObjectTypemaps String to String on the JDBC level - StringAsObjectType() - Constructor for class com.querydsl.sql.types.StringAsObjectType
- StringAsObjectType(int) - Constructor for class com.querydsl.sql.types.StringAsObjectType
- StringType - Class in com.querydsl.sql.types
-
StringTypemaps String to String on the JDBC level - StringType() - Constructor for class com.querydsl.sql.types.StringType
- StringType(int) - Constructor for class com.querydsl.sql.types.StringType
- subQuery - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- subQuery - Variable in class com.querydsl.sql.dml.SQLMergeClause
- subQueryBuilder - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- sum(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- sysdate - Static variable in class com.querydsl.sql.oracle.OracleGrammar
T
- tableHints(SQLServerTableHints...) - Method in class com.querydsl.sql.mssql.AbstractSQLServerQuery
-
Set the table hints
- TABLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- TABLOCKX - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- templates - Variable in class com.querydsl.sql.SQLSerializer
- TeradataQuery<T> - Class in com.querydsl.sql.teradata
-
TeradataQueryprovides Teradata related extensions to SQLQuery If you need to subtype this, use the base class instead. - TeradataQuery(Connection) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQuery(Supplier<Connection>, Configuration) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQuery(Supplier<Connection>, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
- TeradataQueryFactory - Class in com.querydsl.sql.teradata
-
Teradata specific implementation of SQLQueryFactory
- TeradataQueryFactory(Configuration, Supplier<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
- TeradataQueryFactory(SQLTemplates, Supplier<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
- TeradataQueryFactory(Supplier<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
- TeradataTemplates - Class in com.querydsl.sql
-
TeradataTemplatesis a SQL dialect for Teradata - TeradataTemplates() - Constructor for class com.querydsl.sql.TeradataTemplates
- TeradataTemplates(boolean) - Constructor for class com.querydsl.sql.TeradataTemplates
- TeradataTemplates(char, boolean) - Constructor for class com.querydsl.sql.TeradataTemplates
- TIME_WITH_TIMEZONE - Static variable in class com.querydsl.sql.SQLTemplates
- timeFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- timeFormatter - Static variable in class com.querydsl.sql.types.AbstractJodaTimeDateTimeType
- timeOffsetFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
- TIMESTAMP_WITH_TIMEZONE - Static variable in class com.querydsl.sql.SQLTemplates
- TimestampType - Class in com.querydsl.sql.types
-
TimestampTypemaps Timestamp to Timestamp on the JDBC level - TimestampType() - Constructor for class com.querydsl.sql.types.TimestampType
- TimestampType(int) - Constructor for class com.querydsl.sql.types.TimestampType
- TimeType - Class in com.querydsl.sql.types
-
TimeTypemaps Time to Time on the JDBC level - TimeType() - Constructor for class com.querydsl.sql.types.TimeType
- TimeType(int) - Constructor for class com.querydsl.sql.types.TimeType
- toLocale(String) - Static method in class com.querydsl.sql.types.LocaleType
- toString() - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- toString() - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- toString() - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- toString() - Method in class com.querydsl.sql.dml.SQLMergeClause
- toString() - Method in class com.querydsl.sql.ProjectableSQLQuery
- toString() - Method in class com.querydsl.sql.SchemaAndTable
- toString() - Method in class com.querydsl.sql.SQLListenerContextImpl
- toString() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
- toString() - Method in class com.querydsl.sql.UnionImpl
- translate(String, List<Object>, SQLException) - Method in class com.querydsl.sql.Configuration
-
Translate the given SQLException
- translate(String, List<Object>, SQLException) - Method in class com.querydsl.sql.DefaultSQLExceptionTranslator
- translate(String, List<Object>, SQLException) - Method in interface com.querydsl.sql.SQLExceptionTranslator
-
Translate the given SQLException
- translate(SQLException) - Method in class com.querydsl.sql.Configuration
-
Translate the given SQLException
- translate(SQLException) - Method in class com.querydsl.sql.DefaultSQLExceptionTranslator
- translate(SQLException) - Method in interface com.querydsl.sql.SQLExceptionTranslator
-
Translate the given SQLException
- TrueFalseType - Class in com.querydsl.sql.types
-
TrueFalseTypemaps Boolean to 'T'/'F' on the JDBC level - TrueFalseType() - Constructor for class com.querydsl.sql.types.TrueFalseType
- TrueFalseType(int) - Constructor for class com.querydsl.sql.types.TrueFalseType
- Type<T> - Interface in com.querydsl.sql.types
-
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
U
- unboundedFollowing() - Method in class com.querydsl.sql.WindowRows.BetweenAnd
- unboundedPreceding() - Method in class com.querydsl.sql.WindowRows.Between
- unboundedPreceding() - Method in class com.querydsl.sql.WindowRows
- union - Variable in class com.querydsl.sql.ProjectableSQLQuery
- union(Path<?>, SubQueryExpression<RT>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- union(SubQueryExpression<RT>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- union(SubQueryExpression<T>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new UNION clause
- union(List<SubQueryExpression<RT>>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- union(List<SubQueryExpression<T>>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new UNION clause
- Union<RT> - Interface in com.querydsl.sql
-
Uniondefines an interface for Union queries - UNION - Enum constant in enum com.querydsl.sql.SQLOps
- UNION_ALL - Enum constant in enum com.querydsl.sql.SQLOps
- unionAll - Variable in class com.querydsl.sql.ProjectableSQLQuery
- unionAll(Path<?>, SubQueryExpression<RT>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- unionAll(SubQueryExpression<RT>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- unionAll(SubQueryExpression<T>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new UNION ALL clause
- unionAll(List<SubQueryExpression<RT>>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Creates an union expression for the given subqueries
- unionAll(List<SubQueryExpression<T>>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new UNION ALL clause
- UnionImpl<T,
Q extends ProjectableSQLQuery<T, Q> & Query<Q>> - Class in com.querydsl.sql -
Default implementation of the Union interface
- UnionImpl(Q) - Constructor for class com.querydsl.sql.UnionImpl
- unwrap(Class<T>) - Method in class com.querydsl.sql.dml.EmptyResultSet
- update(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
- update(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new UPDATE clause
- updateArray(int, Array) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateArray(String, Array) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(int, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(int, InputStream, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(int, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(String, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(String, InputStream, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateAsciiStream(String, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBigDecimal(int, BigDecimal) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBigDecimal(String, BigDecimal) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(int, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(int, InputStream, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(int, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(String, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(String, InputStream, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBinaryStream(String, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(int, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(int, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(int, Blob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(String, InputStream) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(String, InputStream, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBlob(String, Blob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBoolean(int, boolean) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBoolean(String, boolean) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateByte(int, byte) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateByte(String, byte) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBytes(int, byte[]) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateBytes(String, byte[]) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(int, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(int, Reader, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(int, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(String, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(String, Reader, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateCharacterStream(String, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(int, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(int, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(int, Clob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(String, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(String, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateClob(String, Clob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateDate(int, Date) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateDate(String, Date) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateDouble(int, double) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateDouble(String, double) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateFloat(int, float) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateFloat(String, float) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateInt(int, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateInt(String, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateLong(int, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateLong(String, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNCharacterStream(int, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNCharacterStream(int, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNCharacterStream(String, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNCharacterStream(String, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(int, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(int, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(int, NClob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(String, Reader) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(String, Reader, long) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNClob(String, NClob) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNString(int, String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNString(String, String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNull(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateNull(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateObject(int, Object) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateObject(int, Object, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateObject(String, Object) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateObject(String, Object, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateRef(int, Ref) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateRef(String, Ref) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateRowId(int, RowId) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateRowId(String, RowId) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updates - Variable in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- updateShort(int, short) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateShort(String, short) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateSQLXML(int, SQLXML) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateSQLXML(String, SQLXML) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateString(int, String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateString(String, String) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateTime(int, Time) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateTime(String, Time) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateTimestamp(int, Timestamp) - Method in class com.querydsl.sql.dml.EmptyResultSet
- updateTimestamp(String, Timestamp) - Method in class com.querydsl.sql.dml.EmptyResultSet
- UPDLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- UPPER - Enum constant in enum com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping.LetterCase
- URLType - Class in com.querydsl.sql.types
-
URLTypemaps URL to URL on the JDBC level - URLType() - Constructor for class com.querydsl.sql.types.URLType
- URLType(int) - Constructor for class com.querydsl.sql.types.URLType
- useIndex(String...) - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
By specifying USE INDEX (index_list), you can tell MySQL to use only one of the named indexes to find rows in the table.
- useLiterals - Variable in class com.querydsl.sql.AbstractSQLQuery
- useLiterals - Variable in class com.querydsl.sql.dml.AbstractSQLClause
- useLiterals - Variable in class com.querydsl.sql.SQLSerializer
- utc() - Static method in class com.querydsl.sql.types.AbstractDateTimeType
- utc() - Static method in class com.querydsl.sql.types.AbstractJodaTimeDateTimeType
- UtilDateType - Class in com.querydsl.sql.types
-
UtilDateTypemaps Date to Timestamp on the JDBC level - UtilDateType() - Constructor for class com.querydsl.sql.types.UtilDateType
- UtilDateType(int) - Constructor for class com.querydsl.sql.types.UtilDateType
- UtilUUIDType - Class in com.querydsl.sql.types
-
UtilUUIDTypemaps UUID to String on the JDBC level - UtilUUIDType() - Constructor for class com.querydsl.sql.types.UtilUUIDType
- UtilUUIDType(boolean) - Constructor for class com.querydsl.sql.types.UtilUUIDType
- UtilUUIDType(int) - Constructor for class com.querydsl.sql.types.UtilUUIDType
- UtilUUIDType(int, boolean) - Constructor for class com.querydsl.sql.types.UtilUUIDType
V
- validatingVisitor - Static variable in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- value() - Element in annotation type com.querydsl.sql.Column
-
Get the column name
- value() - Method in class com.querydsl.sql.ColumnImpl
- valueOf(String) - Static method in enum com.querydsl.sql.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.mssql.SQLServerTableHints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.namemapping.ChangeLetterCaseNameMapping.LetterCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.SQLOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.SQLSerializer.Stage
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.querydsl.sql.dml.AbstractSQLInsertClause
- values - Variable in class com.querydsl.sql.dml.SQLMergeClause
- values() - Static method in enum com.querydsl.sql.DatePart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.querydsl.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.querydsl.sql.namemapping.ChangeLetterCaseNameMapping.LetterCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.querydsl.sql.SQLOps
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.querydsl.sql.SQLSerializer.Stage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(Object...) - Method in class com.querydsl.sql.dml.AbstractSQLInsertClause
- values(Object...) - Method in class com.querydsl.sql.dml.SQLMergeClause
- variance(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the variance of expr
- VARIANCE - Enum constant in enum com.querydsl.sql.SQLOps
- varPop(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the population variance of a set of numbers after discarding the nulls in this set.
- VARPOP - Enum constant in enum com.querydsl.sql.SQLOps
- varSamp(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample variance of a set of numbers after discarding the nulls in this set.
- VARSAMP - Enum constant in enum com.querydsl.sql.SQLOps
- visit(Constant<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(FactoryExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(Operation<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
- visit(ParamExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(Path<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
- visit(Path<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
- visit(SubQueryExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
- visit(TemplateExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
- visitConstant(Object) - Method in class com.querydsl.sql.SQLSerializer
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
W
- wasNull() - Method in class com.querydsl.sql.dml.EmptyResultSet
- week - Enum constant in enum com.querydsl.sql.DatePart
- where(Predicate) - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- where(Predicate) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- where(Predicate...) - Method in class com.querydsl.sql.dml.AbstractSQLDeleteClause
- where(Predicate...) - Method in class com.querydsl.sql.dml.AbstractSQLUpdateClause
- WHERE - Enum constant in enum com.querydsl.sql.SQLSerializer.Stage
- WindowFirstLast<T> - Class in com.querydsl.sql
-
WindowFirstLastis a builder for window function expressions - WindowFirstLast(WindowOver<T>, boolean) - Constructor for class com.querydsl.sql.WindowFirstLast
- WindowFunction<A> - Class in com.querydsl.sql
-
WindowFunctionis a builder for window function expressions - WindowFunction(Expression<A>) - Constructor for class com.querydsl.sql.WindowFunction
- WindowOver<T> - Class in com.querydsl.sql
-
WindowOveris the first part of a WindowFunction construction - WindowOver(Class<? extends T>, Operator) - Constructor for class com.querydsl.sql.WindowOver
- WindowOver(Class<? extends T>, Operator, Expression<?>) - Constructor for class com.querydsl.sql.WindowOver
- WindowOver(Class<? extends T>, Operator, Expression<?>, Expression<?>) - Constructor for class com.querydsl.sql.WindowOver
- WindowRows<A> - Class in com.querydsl.sql
-
WindowRowsprovides the building of the rows/range part of the window function expression - WindowRows(WindowFunction<A>, String, int) - Constructor for class com.querydsl.sql.WindowRows
- WindowRows.Between - Class in com.querydsl.sql
-
Intermediate step
- WindowRows.BetweenAnd - Class in com.querydsl.sql
-
Intermediate step
- with(Path<?>, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- with(Path<?>, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- with(Path<?>, Path<?>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
- with(Path<?>, Path<?>...) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- with(Path<?>, SubQueryExpression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- with(Path<?>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- WITH_ALIAS - Enum constant in enum com.querydsl.sql.SQLOps
- WITH_COLUMNS - Enum constant in enum com.querydsl.sql.SQLOps
- WITH_NULL_BINDINGS - Static variable in class com.querydsl.sql.dml.AnnotationMapper
- WITH_NULL_BINDINGS - Static variable in class com.querydsl.sql.dml.BeanMapper
- WITH_NULL_BINDINGS - Static variable in class com.querydsl.sql.dml.DefaultMapper
- WITH_REPEATABLE_READ - Enum constant in enum com.querydsl.sql.SQLOps
- WITH_REPEATABLE_READ - Static variable in class com.querydsl.sql.SQLServerTemplates
- WITH_ROLLUP - Static variable in class com.querydsl.sql.mysql.AbstractMySQLQuery
- withAliases - Variable in class com.querydsl.sql.SQLSerializer
- WithBuilder<R> - Class in com.querydsl.sql
-
WithBuilderis a builder for common table expressions - WithBuilder(QueryMixin<R>, Expression<?>) - Constructor for class com.querydsl.sql.WithBuilder
- withDigits(int) - Method in class com.querydsl.sql.ColumnMetadata
- withIndex(int) - Method in class com.querydsl.sql.ColumnMetadata
- withinGroup() - Method in class com.querydsl.sql.WithinGroup
- WithinGroup<T> - Class in com.querydsl.sql
-
WithinGroupis a builder forWITHIN GROUPconstructs - WithinGroup(Class<? extends T>, Operator) - Constructor for class com.querydsl.sql.WithinGroup
- WithinGroup(Class<? extends T>, Operator, Expression<?>) - Constructor for class com.querydsl.sql.WithinGroup
- WithinGroup(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.sql.WithinGroup
- WithinGroup(Class<? extends T>, Operator, Expression<?>, Expression<?>) - Constructor for class com.querydsl.sql.WithinGroup
- WithinGroup.OrderBy - Class in com.querydsl.sql
-
Intermediate step
- withRecursive(Path<?>, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- withRecursive(Path<?>, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- withRecursive(Path<?>, Path<?>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
- withRecursive(Path<?>, Path<?>...) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- withRecursive(Path<?>, SubQueryExpression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
- withRecursive(Path<?>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a common table expression
- withRollup() - Method in class com.querydsl.sql.mysql.AbstractMySQLQuery
-
The GROUP BY clause permits a WITH ROLLUP modifier that causes extra rows to be added to the summary output.
- withSize(int) - Method in class com.querydsl.sql.ColumnMetadata
- wrap(String, SQLException) - Method in class com.querydsl.sql.support.SQLExceptionWrapper
- wrap(SQLException) - Method in class com.querydsl.sql.support.SQLExceptionWrapper
X
- XLOCK - Enum constant in enum com.querydsl.sql.mssql.SQLServerTableHints
- XMLAsStringType - Class in com.querydsl.sql.types
-
XMLAsStringTypemaps String to SQLXML on the JDBC level - XMLAsStringType() - Constructor for class com.querydsl.sql.types.XMLAsStringType
- XMLAsStringType(int) - Constructor for class com.querydsl.sql.types.XMLAsStringType
Y
- year - Enum constant in enum com.querydsl.sql.DatePart
- YesNoType - Class in com.querydsl.sql.types
-
YesNoTypemaps Boolean to 'Y'/'N' on the JDBC level - YesNoType() - Constructor for class com.querydsl.sql.types.YesNoType
- YesNoType(int) - Constructor for class com.querydsl.sql.types.YesNoType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
getResults()to obtain the result set