Package | Description |
---|---|
com.mysema.query |
Contains basic Query elements
|
com.mysema.query.jdo |
JDOQL support for Querydsl
|
com.mysema.query.jdo.sql | |
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.jpa.hibernate |
JPQL for Hibernate
|
com.mysema.query.jpa.hibernate.sql | |
com.mysema.query.jpa.impl |
JPQL for JPA
|
com.mysema.query.jpa.sql | |
com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
com.mysema.query.sql.mssql |
SQL Server support
|
com.mysema.query.sql.mysql |
MySQL support
|
com.mysema.query.sql.oracle |
Oracle support for Querydsl SQL
|
com.mysema.query.sql.postgres |
Modifier and Type | Interface and Description |
---|---|
interface |
Query<Q extends Query<Q>>
Query defines the main query interface of the fluent query language.
|
interface |
QueryFactory<Q extends Query<?>,SQ extends Detachable>
Common interface for QueryFactory implementations
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDOCommonQuery<Q extends JDOCommonQuery<Q>>
JDOCommonQuery is a parent interface for JDOQLQuery and JDOSubQuery
|
interface |
JDOQLQuery
Query interface for JDOQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOQuery<Q extends AbstractJDOQuery<Q>>
Abstract base class for custom implementations of the JDOCommonQuery interface.
|
class |
AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JDOQuery
JDOQuery is the default implementation of the JDOQLQuery interface
|
class |
JDOSubQuery
JDOSubQuery is subquery implementation for JDOQL
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<T extends AbstractSQLQuery<T> & Query>
Base class for JDO based SQLQuery implementations
|
Modifier and Type | Class and Description |
---|---|
class |
JDOSQLQuery
JDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality
to execute queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<T extends AbstractSQLQuery<T> & Query>
Abstract super class for SQLQuery implementation for JPA and Hibernate
|
Modifier and Type | Interface and Description |
---|---|
interface |
JPACommonQuery<Q extends JPACommonQuery<Q>>
JPACommonQuery is a common interface for queries and subqueries of this module
|
interface |
JPQLQuery
Query interface for JPQL queries
|
interface |
JPQLSubQuery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASubQuery<Q extends AbstractJPASubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JPAQueryBase<Q extends JPAQueryBase<Q>>
JPAQueryBase is a base Query class for JPA queries
|
class |
JPASubQuery
JPASubQuery is a subquery class for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>
Abstract base class for Hibernate API based implementations of the JPQL interface
|
class |
HibernateQuery
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
|
class |
HibernateSubQuery
HibernateSubQuery is a subquery class for Hibernate
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q> & Query>
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality
to execute queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>
Abstract base class for JPA API based implementations of the JPQLQuery interface
|
class |
JPAQuery
JPAQuery is the default implementation of the JPQLQuery interface for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q> & Query>
AbstractJPASQLQuery is the base class for JPA Native SQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
JPASQLQuery
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
to execute queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & Query<Q>>
/**
AbstractSQLQuery is the base type for SQL query implementations
|
class |
UnionImpl<Q extends Query & Projectable,RT>
Default implementation of the Union interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & Query<Q>>
/**
AbstractSQLQuery is the base type for SQL query implementations
|
class |
AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
SQLQuery
SQLQuery is a JDBC based implementation of the
SQLCommonQuery interface |
class |
SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerQuery
SQLServerQuery provides SQL Server related extensions to SQLQuery
|
class |
SQLServerSubQuery |
Modifier and Type | Class and Description |
---|---|
class |
MySQLQuery
MySQLQuery provides MySQL related extensions to SQLQuery
|
Modifier and Type | Class and Description |
---|---|
class |
OracleQuery
OracleQuery provides Oracle specific extensions to the base SQL query type
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresQuery
PostgresQuery provides Postgres related extensions to SQLQuery
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.