This reference documentation site is for versions of the MongoDB Java synchronous driver up to 4.3-beta.
See the MongoDB Java Driver documentation site for version 4.3 and later versions of the reference documentation.
  • Builders

Builders

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

  • Filters: Documentation of the driver’s support for building query filters
  • Projections: Documentation of the driver’s support for building projections
  • Sorts: Documentation of the driver’s support for building sort criteria
  • Aggregation: Documentation of the driver’s support for building aggregation pipelines
  • Updates: Documentation of the driver’s support for building updates
  • Indexes: Documentation of the driver’s support for creating index keys
On this page