|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projectable | |
---|---|
com.mysema.query.collections | Query implementations for JavaBean collections |
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.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 Projectable in com.mysema.query.collections |
---|
Subinterfaces of Projectable in com.mysema.query.collections | |
---|---|
interface |
ColQuery
Query interface for Collection queries |
Classes in com.mysema.query.collections that implement Projectable | |
---|---|
class |
CustomQueryable<SubType extends CustomQueryable<SubType>>
CustomQueryable a ColQuery like interface for querying on custom IteratorSource sources |
Uses of Projectable in com.mysema.query.collections.impl |
---|
Classes in com.mysema.query.collections.impl that implement Projectable | |
---|---|
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 Projectable in com.mysema.query.hql |
---|
Subinterfaces of Projectable in com.mysema.query.hql | |
---|---|
interface |
HQLQuery
Query interface for HQL queries |
Classes in com.mysema.query.hql that implement Projectable | |
---|---|
class |
HQLQueryBase<SubType extends HQLQueryBase<SubType>>
HQLQueryBase is a base Query class for HQL |
Uses of Projectable in com.mysema.query.hql.hibernate |
---|
Classes in com.mysema.query.hql.hibernate that implement Projectable | |
---|---|
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 Projectable in com.mysema.query.hql.jpa |
---|
Classes in com.mysema.query.hql.jpa that implement Projectable | |
---|---|
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 Projectable in com.mysema.query.jdoql |
---|
Subinterfaces of Projectable in com.mysema.query.jdoql | |
---|---|
interface |
JDOQLQuery
Query interface for JDOQL queries |
Classes in com.mysema.query.jdoql that implement Projectable | |
---|---|
class |
AbstractJDOQLQuery<SubType extends AbstractJDOQLQuery<SubType>>
Abstract base class for custom implementations of the JDOQLQuery interface. |
class |
JDOQLQueryImpl
Default implementation of the JDOQLQuery interface |
Uses of Projectable in com.mysema.query.sql |
---|
Subinterfaces of Projectable in com.mysema.query.sql | |
---|---|
interface |
SQLQuery
Query interface for SQL queries |
Classes in com.mysema.query.sql that implement Projectable | |
---|---|
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 |
Uses of Projectable in com.mysema.query.sql.oracle |
---|
Classes in com.mysema.query.sql.oracle that implement Projectable | |
---|---|
class |
OracleQuery
OracleQuery provides Oracle specific extensions to the base SQL query type |
Uses of Projectable in com.mysema.query.support |
---|
Classes in com.mysema.query.support that implement Projectable | |
---|---|
class |
ProjectableAdapter
ProjectableAdapter is an adapter implementation for the Projectable interface |
class |
QueryBaseWithProjection<SubType extends QueryBaseWithProjection<SubType>>
QueryBaseWithProjection extends the QueryBase class to provide default implementations of the methods of the Projectable interface |
Fields in com.mysema.query.support declared as Projectable | |
---|---|
protected Projectable |
ProjectableAdapter.projectable
|
Constructors in com.mysema.query.support with parameters of type Projectable | |
---|---|
ProjectableAdapter(Projectable projectable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |