Uses of Class
com.mysema.query.support.QueryMixin

Packages that use QueryMixin
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.jdo JDOQL support for Querydsl 
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.support Various support classes 
 

Uses of QueryMixin in com.mysema.query.collections
 

Subclasses of QueryMixin in com.mysema.query.collections
 class ColQueryMixin<T>
          ColQueryMixin extends QueryMixin
 

Uses of QueryMixin in com.mysema.query.jdo
 

Subclasses of QueryMixin in com.mysema.query.jdo
 class JDOQLQueryMixin<T>
          JDOQLQueryMixin extends QueryMixin
 

Uses of QueryMixin in com.mysema.query.jpa
 

Subclasses of QueryMixin in com.mysema.query.jpa
 class JPQLQueryMixin<T>
          JPQLQueryMixin extends QueryMixin to support JPQL join construction
 

Uses of QueryMixin in com.mysema.query.sql
 

Subclasses of QueryMixin in com.mysema.query.sql
 class SQLQueryMixin<T>
           
 

Uses of QueryMixin in com.mysema.query.support
 

Fields in com.mysema.query.support declared as QueryMixin
protected  QueryMixin<Q> QueryBase.queryMixin
           
 

Constructors in com.mysema.query.support with parameters of type QueryMixin
DetachableMixin(QueryMixin<?> queryMixin)
           
DetachableQuery(QueryMixin<Q> queryMixin)
           
ProjectableQuery(QueryMixin<Q> queryMixin)
           
QueryBase(QueryMixin<Q> queryMixin)
           
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.