Q - T - public class QuerydslJoinBuilder<Q extends QuerydslAbstractMongodbQuery<K,Q>,K,T> extends Object
QuerydslJoinBuilder is a builder for join constraints.
Original implementation source JoinBuilder by The Querydsl Team
(http://www.querydsl.com/team) licensed under the Apache License, Version
2.0.
QuerydslAbstractMongodbQuery.| Modifier and Type | Method and Description |
|---|---|
Q |
on(com.querydsl.core.types.Predicate... conditions)
Add the given join conditions.
|
public Q on(com.querydsl.core.types.Predicate... conditions)
conditions - must not be null.QueryMixin.QueryMixin.on(Predicate)Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.