- 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
important
Builders make use of the Bson
helper which unlike the Document
is not type safe. Instead conversion to BSON
is done via
Codecs and the CodecRegistry.
On this page