|
||||||||||
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.mongodb | |
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 to provide normalization logic specific to this module |
Uses of QueryMixin in com.mysema.query.jdo |
---|
Subclasses of QueryMixin in com.mysema.query.jdo | |
---|---|
class |
JDOQLQueryMixin<T>
JDOQLQueryMixin extends QueryMixin to provide module specific extensions |
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.mongodb |
---|
Constructors in com.mysema.query.mongodb with parameters of type QueryMixin | |
---|---|
AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<? extends Collection<?>> collection)
|
|
JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<?> ref,
Path<T> target)
|
Uses of QueryMixin in com.mysema.query.sql |
---|
Subclasses of QueryMixin in com.mysema.query.sql | |
---|---|
class |
SQLQueryMixin<T>
SQLQueryMixin extends QueryMixin with module specific functionality |
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 |