Uses of Annotation Interface
org.springframework.data.mongodb.core.annotation.Collation
Packages that use Collation
Package
Description
Support for MongoDB document indexing.
Infrastructure for the MongoDB document-to-object mapping subsystem.
MongoDB specific repository implementation.
-
Uses of Collation in org.springframework.data.mongodb.core.index
Classes in org.springframework.data.mongodb.core.index with annotations of type CollationModifier and TypeClassDescription@interfaceMark a class to use compound indexes.@interfaceMark a field to be indexed using MongoDB's indexing feature.@interfaceAnnotation for an entity or property that should be used as key for a Wildcard Index. -
Uses of Collation in org.springframework.data.mongodb.core.mapping
Classes in org.springframework.data.mongodb.core.mapping with annotations of type CollationModifier and TypeClassDescription@interfaceIdentifies a domain object to be persisted to MongoDB. -
Uses of Collation in org.springframework.data.mongodb.repository
Classes in org.springframework.data.mongodb.repository with annotations of type CollationModifier 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.