Package | Description |
---|---|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.mongodb |
MongoDB support
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionPath<E,Q extends SimpleExpression<? super E>>
CollectionPath represents collection paths |
class |
ListPath<E,Q extends SimpleExpression<? super E>>
ListPath represents list paths |
class |
SetPath<E,Q extends SimpleExpression<? super E>>
SetPath represents set paths |
Modifier and Type | Method and Description |
---|---|
<T> JoinBuilder<Q,K,T> |
AbstractMongodbQuery.join(CollectionPathBase<?,T,?> ref,
Path<T> target)
Define a join
|
Copyright © 2007–2016 Querydsl. All rights reserved.