See: Description
| Interface | Description |
|---|---|
| Collation.ComparisonLevel |
Abstraction for the ICU Comparison Levels.
|
| Criteria.BitwiseCriteriaOperators |
MongoDB specific bitwise query
operators like
$bitsAllClear, $bitsAllSet,... for usage with Criteria.bits() and Query. |
| CriteriaDefinition | |
| Update.Modifier |
Marker interface of nested commands.
|
| Class | Description |
|---|---|
| BasicQuery |
Custom
Query implementation to setup a basic query from some arbitrary JSON query string. |
| BasicUpdate | |
| Collation |
Central abstraction for MongoDB collation support.
|
| Collation.Alternate | |
| Collation.AlternateWithMaxVariable | |
| Collation.CaseFirst | |
| Collation.CollationLocale |
ICU locale abstraction for usage with MongoDB
Collation. |
| Collation.PrimaryICUComparisonLevel |
Primary-strength
ICUComparisonLevel. |
| Collation.SecondaryICUComparisonLevel |
Secondary-strength
ICUComparisonLevel. |
| Collation.TertiaryICUComparisonLevel |
Tertiary-strength
ICUComparisonLevel. |
| Criteria |
Central class for creating queries.
|
| Field | |
| GeoCommand |
Wrapper around a
Shape to allow appropriate query rendering. |
| Meta |
Meta-data for
Query instances. |
| NearQuery |
Builder class to build near-queries.
|
| Query |
MongoDB Query object representing criteria, projection, sorting and query hints.
|
| SerializationUtils |
Utility methods for JSON serialization.
|
| Term |
A
Term defines one or multiple words Term.Type.WORD or phrases Term.Type.PHRASE to be used in the
context of full text search. |
| TextCriteria |
Implementation of
CriteriaDefinition to be used for full text search. |
| TextQuery |
Query implementation to be used to for performing full text searches. |
| UntypedExampleMatcher |
ExampleMatcher implementation for query by example (QBE). |
| Update |
Class to easily construct MongoDB update clauses.
|
| Update.BitwiseOperatorBuilder | |
| Update.Modifiers |
Modifiers holds a distinct collection of
Update.Modifier |
| Enum | Description |
|---|---|
| Meta.CursorOption |
Meta.CursorOption represents OP_QUERY wire protocol flags to change the behavior of queries. |
| MongoRegexCreator | |
| MongoRegexCreator.MatchMode |
Match modes for treatment of
String values. |
| Term.Type | |
| Update.Position |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.