Q - query typepublic class QuerydslAnyEmbeddedBuilder<Q extends QuerydslAbstractMongodbQuery<K,Q>,K> extends Object
QuerydslAnyEmbeddedBuilder is a builder for constraints on embedded objects.
Original implementation source AnyEmbeddedBuilder by The Querydsl Team
(https://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 where conditions.
|
public Q on(com.querydsl.core.types.Predicate... conditions)
conditions - must not be null.QueryMixin.QueryMixin.where(Predicate)Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.