| Class | Description |
|---|---|
| AbstractMongodbQuery<K,Q extends AbstractMongodbQuery<K,Q>> |
AbstractMongodbQuery provides a base class for general Querydsl query implementation with a
pluggable DBObject to Bean transformation |
| AnyEmbeddedBuilder<Q extends AbstractMongodbQuery<K,Q>,K> |
AnyEmbeddedBuilder is a builder for constraints on embedded objects |
| JoinBuilder<Q extends AbstractMongodbQuery<K,Q>,K,T> |
JoinBuilder is a builder for join constraints |
| MongodbExpressions |
Mongodb specific operations
|
| MongodbSerializer |
Serializes the given Querydsl query to a DBObject query for MongoDB
|
| Point |
Point is an adapter type for Double[] arrays to use geo spatial querying features of Mongodb |
| Enum | Description |
|---|---|
| MongodbOps |
MongoDB specific operators
|
Copyright © 2007–2019 Querydsl. All rights reserved.