Package | Description |
---|---|
com.querydsl.collections |
Java Bean collections support
|
com.querydsl.core |
Basic Query elements
|
com.querydsl.core.support |
Various support classes
|
com.querydsl.hibernate.search |
Hibernate Search support
|
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.lucene3 |
Lucene 3 support
|
com.querydsl.mongodb |
MongoDB support
|
com.querydsl.mongodb.morphia |
Morphia bindings
|
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 | Interface and Description |
---|---|
interface |
FetchableQuery<T,Q extends FetchableQuery<T,Q>>
FetchableQuery extends Fetchable and SimpleQuery with projection changing
methods and result aggregation functionality using ResultTransformer instances. |
Modifier and Type | Class and Description |
---|---|
class |
FetchableQueryBase<T,Q extends FetchableQueryBase<T,Q>>
|
class |
FetchableSubQueryBase<T,Q extends FetchableSubQueryBase<T,Q>>
FetchableSubQueryBase extends FetchableQueryBase to provide fluent Expression creation functionality |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchQuery<T,Q extends AbstractSearchQuery<T,Q>>
Abstract base class for Hibernate Search query classes
|
class |
SearchQuery<T>
SearchQuery is a Query implementation for Hibernate Search |
Modifier and Type | Interface and Description |
---|---|
interface |
JDOQLQuery<T>
Query interface for JDOQL queries
|
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 | Interface and Description |
---|---|
interface |
JPQLQuery<T>
Query interface for JPQL 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 |
AbstractLuceneQuery<T,Q extends AbstractLuceneQuery<T,Q>>
AbstractLuceneQuery is an abstract super class for Lucene query implementations
|
class |
LuceneQuery
LuceneQuery is a Querydsl query implementation for Lucene queries. |
class |
TypedQuery<T>
TypedQuery is a typed query implementation for Lucene queries. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMongodbQuery<K,Q extends AbstractMongodbQuery<K,Q>>
AbstractMongodbQuery provides a base class for general Querydsl query implementation with a
pluggable DBObject to Bean transformation |
Modifier and Type | Class and Description |
---|---|
class |
MorphiaQuery<K>
MorphiaQuery extends AbstractMongodbQuery with Morphia specific transformations |
Modifier and Type | Interface and Description |
---|---|
interface |
Union<RT>
Union defines an interface for Union 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 |
class |
UnionImpl<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>>
Default implementation of the Union 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.