|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |