Package | Description |
---|---|
com.querydsl.collections |
Java Bean collections support
|
com.querydsl.core.support |
Various support classes
|
com.querydsl.jdo |
JDO support
|
com.querydsl.jdo.sql |
SQL queries for JDO
|
com.querydsl.jpa |
JPA support
|
com.querydsl.jpa.hibernate |
JPQL for Hibernate
|
com.querydsl.jpa.hibernate.sql |
Native queries for Hibernate
|
com.querydsl.jpa.impl |
JPQL for JPA
|
com.querydsl.jpa.sql |
Native queries for JPA
|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.mssql |
SQL Server support
|
com.querydsl.sql.mysql |
MySQL support
|
com.querydsl.sql.oracle |
Oracle support
|
com.querydsl.sql.postgresql |
PostgreSQL support
|
com.querydsl.sql.teradata |
Teradata support
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollQuery<T,Q extends AbstractCollQuery<T,Q>>
AbstractCollQuery provides a base class for Collection query implementations. |
class |
CollQuery<T>
CollQuery is the default implementation of the FetchableQuery interface for collections |
Modifier and Type | Class and Description |
---|---|
class |
FetchableQueryBase<T,Q extends FetchableQueryBase<T,Q>>
|
Modifier and Type | Class and Description |
---|---|
class |
FetchableSubQueryBase<T,Q extends FetchableSubQueryBase<T,Q>>
FetchableSubQueryBase extends FetchableQueryBase to provide fluent Expression creation functionality |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOQuery<T,Q extends AbstractJDOQuery<T,Q>>
Abstract base class for custom implementations of the
JDOQLQuery interface. |
class |
JDOQuery<T>
JDOQuery is the default implementation of the JDOQLQuery interface |
Modifier and Type | Class and Description |
---|---|
class |
JDOSQLQuery<T>
JDOSQLQuery is a SQLQuery implementation that uses JDO's SQL query functionality
to execute queries |
Modifier and Type | Class and Description |
---|---|
class |
JPAQueryBase<T,Q extends JPAQueryBase<T,Q>>
JPAQueryBase is a base Query class for JPA queries |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>>
Abstract base class for Hibernate API based implementations of the JPQL interface
|
class |
HibernateQuery<T>
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSQLQuery<T,Q extends AbstractHibernateSQLQuery<T,Q>>
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries |
class |
HibernateSQLQuery<T>
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality
to execute queries |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>>
Abstract base class for JPA API based implementations of the JPQLQuery interface
|
class |
JPAQuery<T>
JPAQuery is the default implementation of the JPQLQuery interface for JPA |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASQLQuery<T,Q extends AbstractJPASQLQuery<T,Q>>
AbstractJPASQLQuery is the base class for JPA Native SQL queries |
class |
JPASQLQuery<T>
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
to execute queries |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>>
AbstractSQLQuery is the base type for SQL query implementations |
class |
ProjectableSQLQuery<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>>
ProjectableSQLQuery is the base type for SQL query implementations |
class |
SQLQuery<T>
SQLQuery is a JDBC based implementation of the SQLCommonQuery
interface |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerQuery<T>
SQLServerQuery provides SQL Server related extensions to SQLQuery |
Modifier and Type | Class and Description |
---|---|
class |
MySQLQuery<T>
MySQLQuery provides MySQL related extensions to SQLQuery |
Modifier and Type | Class and Description |
---|---|
class |
OracleQuery<T>
OracleQuery provides Oracle specific extensions to the base SQL query type |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLQuery<T>
PostgreSQLQuery provides PostgreSQL related extensions to SQLQuery |
Modifier and Type | Class and Description |
---|---|
class |
TeradataQuery<T>
TeradataQuery provides Teradata related extensions to SQLQuery |
Copyright © 2007–2016 Querydsl. All rights reserved.