Package | Description |
---|---|
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
QueryBuilder.comment(String comment)
Adds a comment to the query builder.
|
QueryBuilder |
QueryBuilder.text(String textSearchExpression)
Adds a text query to the query builder.
|
QueryBuilder |
QueryBuilder.text(String textSearchExpression,
String language)
Adds a text query to the query builder.
|
QueryBuilder |
QueryBuilder.whereJavaScript(String javaScript)
Adds an ad-hoc JavaScript condition to the query.
|
Constructor and Description |
---|
ConditionBuilder(String fieldName,
QueryBuilder parent)
Creates a new ConditionBuilder.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.