|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| 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 | HQL Support classes |
| com.mysema.query.jpa.sql | |
| com.mysema.query.sql | SQL/JDBC support for Querydsl |
| com.mysema.query.support | Various support classes |
| Uses of Query in com.mysema.query |
|---|
| Classes in com.mysema.query with type parameters of type Query | |
|---|---|
interface |
Query<Q extends Query<Q>>
Query defines the main query interface of the fluent query language. |
| Uses of Query in com.mysema.query.jdo |
|---|
| Subinterfaces of Query in com.mysema.query.jdo | |
|---|---|
interface |
JDOQLCommonQuery<Q extends JDOQLCommonQuery<Q>>
JDOQLCommonQuery is a parent interface for JDOQLQuery and JDOQLSubQuery |
interface |
JDOQLQuery
Query interface for JDOQL queries |
| Classes in com.mysema.query.jdo that implement Query | |
|---|---|
class |
JDOQLQueryImpl
Default implementation of the JDOQLQuery interface |
class |
JDOQLSubQuery
JDOQLSubQuery is subquery implementation for JDOQL |
| Uses of Query in com.mysema.query.jdo.sql |
|---|
| Classes in com.mysema.query.jdo.sql that implement Query | |
|---|---|
class |
JDOSQLQuery
JDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality to execute queries |
| Uses of Query in com.mysema.query.jpa |
|---|
| Subinterfaces of Query in com.mysema.query.jpa | |
|---|---|
interface |
JPQLCommonQuery<Q extends JPQLCommonQuery<Q>>
JPQLCommonQuery is a common interface for HQLQuery and HQLSubQuery |
interface |
JPQLQuery
Query interface for JPQL queries |
| Classes in com.mysema.query.jpa that implement Query | |
|---|---|
class |
JPQLSubQuery
JPQLSubQuery is a subquery class for JPQL |
| Uses of Query in com.mysema.query.jpa.hibernate |
|---|
| Classes in com.mysema.query.jpa.hibernate that implement Query | |
|---|---|
class |
HibernateQuery
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate |
class |
HibernateSubQuery
HibernateSubQuery is a subquery class for Hibernate |
| Uses of Query in com.mysema.query.jpa.hibernate.sql |
|---|
| Classes in com.mysema.query.jpa.hibernate.sql that implement Query | |
|---|---|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
| Uses of Query in com.mysema.query.jpa.impl |
|---|
| Classes in com.mysema.query.jpa.impl that implement Query | |
|---|---|
class |
JPAQuery
JPAQuery is the default implementation of the JPQLQuery interface for JPA |
class |
JPASubQuery
JPASubQuery is a subquery class for JPA |
| Uses of Query in com.mysema.query.jpa.sql |
|---|
| Classes in com.mysema.query.jpa.sql that implement Query | |
|---|---|
class |
JPASQLQuery
JPASQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
| Uses of Query in com.mysema.query.sql |
|---|
| Subinterfaces of Query in com.mysema.query.sql | |
|---|---|
interface |
SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery |
interface |
SQLQuery
Query interface for SQL queries |
| Classes in com.mysema.query.sql that implement Query | |
|---|---|
class |
SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface |
class |
SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries |
| Uses of Query in com.mysema.query.support |
|---|
| Constructors in com.mysema.query.support with parameters of type Query | |
|---|---|
SimpleQueryAdapter(Query<?> query,
Projectable projectable,
Expression<T> projection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||