| AbstractCriteria |
Defines the base Criteria implementation.
|
| AbstractQueryFactory |
|
| ArraySlice |
Defines array slicing options for query projections.
|
| BucketAutoOptions |
The options for a bucket auto stage of aggregation pipeline.
|
| BucketAutoOptions.Granularity |
A value that specifies the preferred number series to use to ensure
that the calculated boundary edges end on preferred round numbers or their powers of 10.
|
| BucketAutoOptions.OutputOperation |
Defines an output for bucketauto stage, that consists of the fieldname and
the accumulator
|
| BucketOptions |
The options for a bucket stage of aggregation pipeline.
|
| BucketOptions.OutputOperation |
Defines an output for bucketauto stage, that consists of the fieldname and
the accumulator
|
| CountOptions |
The options for a count operation.
|
| Criteria |
Internal class for building up query documents.
|
| CriteriaContainer |
Internal class to represent groups of Criteria instances via $and and $or query clauses
|
| CriteriaContainerImpl |
Defines a container of Criteria and a join method.
|
| CriteriaJoin |
Defines how to combine lists of criteria.
|
| FieldEnd |
Represents a document field in a query and presents the operations available to querying against that field.
|
| FilterOperator |
|
| FindOptions |
The options to apply to a find operation (also commonly referred to as a query).
|
| Meta |
Defines $meta expression object
|
| Meta.MetaDataKeyword |
Representing specified metadata keyword
|
| MorphiaIterator |
Deprecated.
|
| MorphiaKeyIterator |
Deprecated.
|
| PushOptions |
The options to apply to a $push update operator.
|
| Query |
|
| QueryFactory |
|
| QueryImpl |
Implementation of Query
|
| QueryResults |
Deprecated.
|
| Shape |
This encapsulates the data necessary to define a shape for queries.
|
| Shape.Point |
Defines a Point
|
| Sort |
Used for sorting query results or defining a sort stage in an aggregation pipeline
|
| Type |
Defines BSON types for use in querying against field types.
|
| UpdateOperations |
A nicer interface to the update operations in monogodb.
|
| UpdateOperator |
|