Uses of Interface
org.springframework.data.mongodb.core.ReadPreferenceAware
Packages that use ReadPreferenceAware
Package
Description
Spring Data's MongoDB abstraction.
MongoDB core support.
Support for the MongoDB aggregation framework.
MongoDB specific query and update support.
-
Uses of ReadPreferenceAware in org.springframework.data.mongodb
Subinterfaces of ReadPreferenceAware in org.springframework.data.mongodbModifier and TypeInterfaceDescriptioninterfaceOptions to be applied within a specific transaction scope. -
Uses of ReadPreferenceAware in org.springframework.data.mongodb.core
Subinterfaces of ReadPreferenceAware in org.springframework.data.mongodb.coreModifier and TypeInterfaceDescriptioninterfaceSimple callback interface to allow customization of aFindIterable.interfaceSimple callback interface to allow customization of aFindPublisher.Classes in org.springframework.data.mongodb.core that implement ReadPreferenceAware -
Uses of ReadPreferenceAware in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation that implement ReadPreferenceAwareModifier and TypeClassDescriptionclassHolds a set of configurable aggregation options that can be used within an aggregation pipeline. -
Uses of ReadPreferenceAware in org.springframework.data.mongodb.core.query
Classes in org.springframework.data.mongodb.core.query that implement ReadPreferenceAwareModifier and TypeClassDescriptionclassCustomQueryimplementation to setup a basic query from some arbitrary JSON query string.final classBuilder class to build near-queries.classMongoDB Query object representing criteria, projection, sorting and query hints.classQueryimplementation to be used to for performing full text searches.