File: index.md

package info (click to toggle)
mongo-java-driver 3.6.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,112 kB
  • sloc: java: 102,506; xml: 395; javascript: 250; sh: 43; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+++
date = "2015-03-19T12:53:30-04:00"
title = "Builders"
[menu.main]
  identifier = "Builders"
  weight = 50
  pre = "<i class='fa fa-wrench'></i>"
+++

## Builders

The driver provides several classes that make it easier to use the CRUD API.

- [Filters]({{< relref "filters.md" >}}): Documentation of the driver's support for building query filters
- [Projections]({{< relref "projections.md" >}}): Documentation of the driver's support for building projections
- [Sorts]({{< relref "sorts.md" >}}): Documentation of the driver's support for building sort criteria
- [Aggregation]({{< relref "aggregation.md" >}}): Documentation of the driver's support for building aggregation pipelines
- [Updates]({{< relref "updates.md" >}}): Documentation of the driver's support for building updates
- [Indexes]({{< relref "indexes.md" >}}): Documentation of the driver's support for creating index keys