Uses of Interface
org.springframework.data.mongodb.core.ReadConcernAware
Packages that use ReadConcernAware
Package
Description
Spring Data's MongoDB abstraction.
Support for the MongoDB aggregation framework.
MongoDB specific query and update support.
-
Uses of ReadConcernAware in org.springframework.data.mongodb
Subinterfaces of ReadConcernAware in org.springframework.data.mongodbModifier and TypeInterfaceDescriptioninterface
Options to be applied within a specific transaction scope. -
Uses of ReadConcernAware in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation that implement ReadConcernAwareModifier and TypeClassDescriptionclass
Holds a set of configurable aggregation options that can be used within an aggregation pipeline. -
Uses of ReadConcernAware in org.springframework.data.mongodb.core.query
Classes in org.springframework.data.mongodb.core.query that implement ReadConcernAwareModifier and TypeClassDescriptionclass
CustomQuery
implementation to setup a basic query from some arbitrary JSON query string.final class
Builder class to build near-queries.class
MongoDB Query object representing criteria, projection, sorting and query hints.class
Query
implementation to be used to for performing full text searches.