| Interface | Description |
|---|---|
| Criteria |
Internal class for building up query documents.
|
| CriteriaContainer |
Internal class to represent groups of
Criteria instances via $and and $or query clauses |
| FieldEnd<T> |
Represents a document field in a query and presents the operations available to querying against that field.
|
| Query<T> | |
| QueryFactory |
A factory for
Queryies. |
| QueryResults<T> |
The results of a query.
|
| UpdateOperations<T> |
A nicer interface to the update operations in monogodb.
|
| Class | Description |
|---|---|
| AbstractCriteria |
Defines the base Criteria implementation.
|
| AbstractQueryFactory |
An abstract implementation of
QueryFactory. |
| CriteriaContainerImpl |
Defines a container of Criteria and a join method.
|
| DefaultQueryFactory |
A default implementation of
QueryFactory. |
| MorphiaIterator<T,V> | |
| MorphiaKeyIterator<T> |
Defines an Iterator across the Key values for a given type.
|
| QueryImpl<T> |
Implementation of Query
|
| Shape |
This encapsulates the data necessary to define a shape for queries.
|
| Shape.Point |
Defines a Point
|
| UpdateOpsImpl<T> | |
| UpdateResults |
This class holds various metrics about the results of an update operation.
|
| WhereCriteria |
Creates a Criteria for a $where clause.
|
| Enum | Description |
|---|---|
| CriteriaJoin |
Defines how to combine lists of criteria.
|
| FilterOperator | |
| Type |
Defines BSON types for use in querying against field types.
|
| UpdateOperator |
| Exception | Description |
|---|---|
| QueryException |
Error during query.
|
| UpdateException |
Error during update.
|
| ValidationException |
Error during validation.
|