|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBase | |
---|---|
com.mysema.query | Contains basic Query elements |
com.mysema.query.collections.impl | Implementations of Querydsl query interfaces for JavaBean collections |
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.jdoql | JDOQL support for Querydsl |
com.mysema.query.sql | SQL/JDBC support for Querydsl |
com.mysema.query.sql.oracle | Oracle support for Querydsl SQL |
com.mysema.query.support | Various support classes |
Uses of QueryBase in com.mysema.query |
---|
Classes in com.mysema.query with type parameters of type QueryBase | |
---|---|
class |
QueryBase<SubType extends QueryBase<SubType>>
QueryBase provides a stub for Query implementations |
Uses of QueryBase in com.mysema.query.collections.impl |
---|
Subclasses of QueryBase in com.mysema.query.collections.impl | |
---|---|
class |
AbstractColQuery<SubType extends AbstractColQuery<SubType>>
AbstractColQuery provides a base class for Collection query implementations. |
class |
ColQueryImpl
ColQueryImpl is the default implementation of the ColQuery interface |
Uses of QueryBase in com.mysema.query.hql |
---|
Subclasses of QueryBase in com.mysema.query.hql | |
---|---|
class |
HQLQueryBase<SubType extends HQLQueryBase<SubType>>
HQLQueryBase is a base Query class for HQL |
class |
HQLSubQuery
HQLSubQuery is a subquery builder class for HQL/JPAQL |
Uses of QueryBase in com.mysema.query.hql.hibernate |
---|
Subclasses of QueryBase in com.mysema.query.hql.hibernate | |
---|---|
class |
AbstractHibernateQuery<SubType extends AbstractHibernateQuery<SubType>>
Abstract base class for Hibernate API based implementations of the HQLQuery interface |
class |
HibernateQuery
HibernateQuery is the default implementation of the HQLQuery interface for Hibernate |
Uses of QueryBase in com.mysema.query.hql.hibernate.sql |
---|
Subclasses of QueryBase in com.mysema.query.hql.hibernate.sql | |
---|---|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
Uses of QueryBase in com.mysema.query.hql.jpa |
---|
Subclasses of QueryBase in com.mysema.query.hql.jpa | |
---|---|
class |
AbstractJPAQuery<SubType extends AbstractJPAQuery<SubType>>
Abstract base class for JPA API based implementations of the HQLQuery interface |
class |
JPAQuery
JPAQuery is the default implementation of the HQLQuery interface for JPA |
Uses of QueryBase in com.mysema.query.jdoql |
---|
Subclasses of QueryBase in com.mysema.query.jdoql | |
---|---|
class |
AbstractJDOQLQuery<SubType extends AbstractJDOQLQuery<SubType>>
Abstract base class for custom implementations of the JDOQLQuery interface. |
class |
JDOQLQueryImpl
Default implementation of the JDOQLQuery interface |
class |
JDOQLSubQuery
|
Uses of QueryBase in com.mysema.query.sql |
---|
Subclasses of QueryBase in com.mysema.query.sql | |
---|---|
class |
AbstractSQLQuery<SubType extends AbstractSQLQuery<SubType>>
AbstractSqlQuery is the base type for SQL query implementations |
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 QueryBase in com.mysema.query.sql.oracle |
---|
Subclasses of QueryBase in com.mysema.query.sql.oracle | |
---|---|
class |
OracleQuery
OracleQuery provides Oracle specific extensions to the base SQL query type |
Uses of QueryBase in com.mysema.query.support |
---|
Subclasses of QueryBase in com.mysema.query.support | |
---|---|
class |
DetachableQuery<SubType extends DetachableQuery<SubType>>
|
class |
ProjectableQuery<SubType extends ProjectableQuery<SubType>>
ProjectableQuery extends the QueryBase class to provide default implementations of the methods of the Projectable interface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |