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
|
SQLQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> |
Factory interface for query and clause creation
|
Union<RT> |
Union defines an interface for Union queries
|
Class | Description |
---|---|
AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & Query<Q>> |
/**
AbstractSQLQuery is the base type for SQL query implementations
|
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>> |
AbstractSQLQueryFactory is the base class for
SQLQueryFactory implementations |
AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>> |
Abstract superclass for SubQuery implementations
|
Beans |
Beans contains Objects mapped to
RelationalPath instances |
ColumnImpl |
ColumnImpl is an implementation for the Column annotation
|
Configuration |
Configuration for SQLQuery instances
|
CUBRIDTemplates |
CUBRIDTemplates is a SQL dialect for CUBRID
|
DerbyTemplates |
DerbyTemplates is an SQL dialect for Derby
|
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
|
JavaTypeMapping |
JavaTypeMapping provides a mapping from Class to Type instances
|
JDBCTypeMapping |
JDBCTypeMapping defines a mapping from JDBC types to Java classes.
|
MySQLTemplates |
MySQLTemplates is an SQL dialect for MySQL
|
OracleTemplates |
OracleTemplates is an SQL dialect for Oracle
|
PostgresTemplates |
PostgresTemplates is an SQL dialect for PostgreSQL
|
PrimaryKey<E> |
PrimaryKey defines a primary key on table
|
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 |
RelationalPathUtils |
RelationalPathUtils provides static utility methods for
RelationalPath instances |
SQLBindings |
SQLBindings provides the SQL query string and bindings
|
SQLExpressions |
Common SQL expressions
|
SQLiteTemplates |
SQLiteTemplates is a SQL dialect for SQLite
|
SQLQuery |
SQLQuery is a JDBC based implementation of the
SQLCommonQuery interface |
SQLQueryFactoryImpl |
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 Querydsl queries into SQL
|
SQLServer2005Templates |
SQLServer2005Templates is an SQL dialect for Microsoft SQL Server 2005 and 2008
|
SQLServer2012Templates |
SQLServer2012Templates is an SQL dialect for Microsoft SQL Server 2012 and later
|
SQLServerTemplates |
SQLServerTemplates is an SQL dialect for Microsoft SQL Server
|
SQLSubQuery |
SQLSubQuery is a subquery implementation for SQL queries
|
SQLTemplates |
SQLTemplates extends Templates to provides SQL specific extensions
and acts as database specific Dialect for Querydsl SQL
|
SQLTemplates.Builder | |
UnionImpl<Q extends Query & Projectable,RT> |
Default implementation of the Union interface
|
UnionUtils |
UnionUtils provides static utility methods for Union handling
|
WindowFunction<A> | |
WindowOver<T> |
WindowOver is the first part of a WindowFunction construction
|
Enum | Description |
---|---|
DatePart | |
SQLSerializer.Stage |
Annotation Type | Description |
---|---|
Column |
Defines the related SQL table column for a property
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.