Uses of Annotation Interface
org.springframework.data.mongodb.repository.ReadPreference
Packages that use ReadPreference
Package
Description
MongoDB specific repository implementation.
-
Uses of ReadPreference in org.springframework.data.mongodb.repository
Classes in org.springframework.data.mongodb.repository with annotations of type ReadPreferenceModifier and TypeClassDescription@interfaceTheAggregationannotation can be used to annotate aRepositoryquery method so that it runs theAggregation.pipeline()on invocation.@interfaceAnnotation to declare finder queries directly on repository methods.