Package | Description |
---|---|
com.mysema.query.collections |
Implementations of Querydsl query interfaces for JavaBean collections
|
com.mysema.query.jdo |
JDOQL support for Querydsl
|
com.mysema.query.jdo.sql | |
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
|
Modifier and Type | Class and Description |
---|---|
class |
CollQueryMixin<T>
CollQueryMixin extends
QueryMixin to provide normalization logic specific to this module |
Modifier and Type | Class and Description |
---|---|
class |
JDOQueryMixin<T>
JDOQueryMixin extends
QueryMixin to provide module specific extensions |
Modifier and Type | Field and Description |
---|---|
protected QueryMixin<T> |
AbstractSQLQuery.queryMixin |
Modifier and Type | Class and Description |
---|---|
class |
JPAQueryMixin<T>
JPAQueryMixin extends
QueryMixin to support JPQL join construction |
Modifier and Type | Field and Description |
---|---|
protected QueryMixin<T> |
AbstractSQLQuery.queryMixin |
Constructor and Description |
---|
AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<? extends java.util.Collection<?>> collection) |
JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
Path<?> ref,
Path<T> target) |
Modifier and Type | Field and Description |
---|---|
protected QueryMixin<Q> |
AbstractSQLQuery.queryMixin |
protected QueryMixin<Q> |
AbstractSQLSubQuery.queryMixin |
Modifier and Type | Field and Description |
---|---|
protected QueryMixin<Q> |
QueryBase.queryMixin |
Constructor and Description |
---|
DetachableMixin(QueryMixin<?> queryMixin) |
DetachableQuery(QueryMixin<Q> queryMixin) |
ProjectableQuery(QueryMixin<Q> queryMixin) |
QueryBase(QueryMixin<Q> queryMixin) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.