| 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 | |
| AbstractQueryFactory |
An abstract implementation of
QueryFactory. |
| CriteriaContainerImpl | |
| DefaultQueryFactory |
A default implementation of
QueryFactory. |
| FieldCriteria | |
| FieldEndImpl<T extends CriteriaContainerImpl> | |
| GeoFieldCriteria | |
| MorphiaIterator<T,V> | |
| MorphiaKeyIterator<T> | |
| QueryImpl<T> |
Implementation of Query
|
| Shape | |
| Shape.Point | |
| UpdateOpsImpl<T> | |
| UpdateResults | |
| WhereCriteria |
| Enum | Description |
|---|---|
| CriteriaJoin |
Defines how to combine lists of criteria.
|
| FilterOperator | |
| Type | |
| UpdateOperator |
| Exception | Description |
|---|---|
| QueryException |
Error during query.
|
| UpdateException |
Error during update.
|
| ValidationException |
Error during validation.
|