|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
com.mysema.query | Contains basic Query elements |
com.mysema.query.hql | Query implementations for HQL and JPAQL |
com.mysema.query.hql.hibernate | HQL for Hibernate |
com.mysema.query.hql.hibernate.sql | |
com.mysema.query.hql.jpa | HQL Support classes |
com.mysema.query.hql.jpa.sql | |
com.mysema.query.jdoql | JDOQL support for Querydsl |
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 provides a query interface of the fluent query DSL. |
Uses of Query in com.mysema.query.hql |
---|
Subinterfaces of Query in com.mysema.query.hql | |
---|---|
interface |
HQLCommonQuery<Q extends HQLCommonQuery<Q>>
HQLCommonQuery is a common interface for HQLQuery and HQLSubQuery |
interface |
HQLQuery
Query interface for HQL queries |
Classes in com.mysema.query.hql that implement Query | |
---|---|
class |
HQLSubQuery
HQLSubQuery is a subquery builder class for HQL/JPAQL |
Uses of Query in com.mysema.query.hql.hibernate |
---|
Classes in com.mysema.query.hql.hibernate that implement Query | |
---|---|
class |
HibernateQuery
HibernateQuery is the default implementation of the HQLQuery interface for Hibernate |
Uses of Query in com.mysema.query.hql.hibernate.sql |
---|
Classes in com.mysema.query.hql.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.hql.jpa |
---|
Classes in com.mysema.query.hql.jpa that implement Query | |
---|---|
class |
JPAQuery
JPAQuery is the default implementation of the HQLQuery interface for JPA |
Uses of Query in com.mysema.query.hql.jpa.sql |
---|
Classes in com.mysema.query.hql.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.jdoql |
---|
Subinterfaces of Query in com.mysema.query.jdoql | |
---|---|
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.jdoql 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.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,
Expr<T> projection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |