Interface | Description |
---|---|
RelationalPath<T> |
RelationalPath extends
EntityPath to provide access to relational
metadata |
SQLCommonQuery<Q extends SQLCommonQuery<Q>> |
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery |
SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> |
Factory interface for query and clause creation.
|
SQLDetailedListener |
An extended listener interface that details much more about the preparation and execution of queries
|
SQLExceptionTranslator |
SQLExceptionTranslator translate SQLExceptions to runtime exceptions |
SQLListener |
Listener interface for SQL queries and clauses
|
SQLListenerContext |
A context object that is progressively filled out during query execution and is passed to each
SQLDetailedListener callback method |
Union<RT> |
Union defines an interface for Union queries |
Class | Description |
---|---|
AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> |
AbstractSQLQuery is the base type for SQL query implementations |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>> |
AbstractSQLQueryFactory is the base class for SQLCommonQueryFactory implementations |
Beans |
Beans contains Objects mapped to RelationalPath instances |
ColumnImpl |
ColumnImpl is an implementation of the
Column annotation |
ColumnMetadata |
Provides metadata like the column name, JDBC type and constraints
|
Configuration |
Configuration for SQLQuery instances
|
CUBRIDTemplates |
CUBRIDTemplates is a SQL dialect for CUBRID |
DB2Templates |
DB2Templates is an SQL dialect for DB2 10.1.2 |
DefaultSQLExceptionTranslator |
Default implementation of the
SQLExceptionTranslator interface |
DerbyTemplates |
DerbyTemplates is an SQL dialect for Derby |
FirebirdTemplates |
FirebirdTemplates is an SQL dialect for Firebird |
ForeignKey<E> |
ForeignKey defines a foreign key on a table to another table |
H2Templates |
H2Templates is an SQL dialect for H2 |
HSQLDBTemplates |
HSQLDBTemplates is an SQL dialect for HSQLDB |
MySQLTemplates |
MySQLTemplates is an SQL dialect for MySQL |
OracleTemplates |
OracleTemplates is an SQL dialect for Oracle |
PostgreSQLTemplates |
PostgreSQLTemplates is an SQL dialect for PostgreSQL |
PrimaryKey<E> |
PrimaryKey defines a primary key on table |
ProjectableSQLQuery<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>> |
ProjectableSQLQuery is the base type for SQL query implementations |
QBeans |
Expression used to project a list of beans
|
RelationalFunctionCall<T> |
Represents a table valued function call
|
RelationalPathBase<T> |
RelationalPathBase is a base class for RelationalPath implementations |
RelationalPathExtractor |
RelationalPathExtractor extracts RelationalPath instances from expressions and queries |
RelationalPathUtils |
RelationalPathUtils provides static utility methods for RelationalPath instances |
SchemaAndTable |
SchemaAndTable combines schema and table into a single value type |
SQLBaseListener |
SQLBaseListener is a base implementation of the SQLDetailedListener interface
with empty method implementations |
SQLBindings |
SQLBindings provides the SQL query string and bindings |
SQLCloseListener |
SQLCloseListener closes the JDBC connection at the end of the query or clause execution |
SQLExpressions |
Common SQL expressions
|
SQLiteTemplates |
SQLiteTemplates is a SQL dialect for SQLite |
SQLListenerContextImpl |
A mutable implementation of SQL listener context.
|
SQLListeners |
SQLListeners is a SQLListener implementation which dispatches the
notifications to a list of SQLListener instances |
SQLNoCloseListener |
SQLNoCloseListener can be used to block
SQLCloseListener from closing the connection, useful for
helper query executions |
SQLQuery<T> |
SQLQuery is a JDBC based implementation of the SQLCommonQuery
interface |
SQLQueryFactory |
Factory class for query and DML clause creation
|
SQLResultIterator<T> |
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections |
SQLSerializer |
SqlSerializer serializes SQL clauses into SQL |
SQLServer2005Templates |
SQLServer2005Templates is an SQL dialect for Microsoft SQL Server 2005 |
SQLServer2008Templates |
SQLServer2008Templates is an SQL dialect for Microsoft SQL Server 2008 |
SQLServer2012Templates |
SQLServer2012Templates is an SQL dialect for Microsoft SQL Server 2012 and later |
SQLServerTemplates |
SQLServerTemplates is an SQL dialect for Microsoft SQL Server |
SQLTemplates |
SQLTemplates extends Templates to provides SQL specific extensions
and acts as database specific Dialect for Querydsl SQL |
SQLTemplates.Builder |
Fluent builder for
SQLTemplates instances * |
SQLTemplatesRegistry |
SQLTemplatesRegistry is a registry for SQLTemplates instances |
StatementOptions |
StatementOptions holds parameters that should be applied to Statement s. |
StatementOptions.Builder |
Builder for
StatementOptions |
TeradataTemplates |
TeradataTemplates is a SQL dialect for Teradata |
UnionImpl<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>> |
Default implementation of the Union interface
|
WindowFirstLast<T> |
WindowFirstLast is a builder for window function expressions |
WindowFunction<A> |
WindowFunction is a builder for window function expressions |
WindowOver<T> |
WindowOver is the first part of a WindowFunction construction |
WindowRows<A> |
WindowRows provides the building of the rows/range part of the window function expression |
WithBuilder<R> |
WithBuilder is a builder for common table expressions |
WithinGroup<T> |
WithinGroup is a builder for WITHIN GROUP constructs |
Enum | Description |
---|---|
DatePart |
DatePart defines date parts for various date/time operations |
SQLOps |
SQLOps provides SQL specific operators |
SQLSerializer.Stage |
Annotation Type | Description |
---|---|
Column |
Defines the related SQL table column for a property
|
Copyright © 2007–2016 Querydsl. All rights reserved.