Package org.springframework.data.mongodb.repository
@NonNullApi
package org.springframework.data.mongodb.repository
MongoDB specific repository implementation.
-
ClassDescriptionThe
Aggregation
annotation can be used to annotate aRepository
query method so that it runs theAggregation.pipeline()
on invocation.Annotation to declare finder count queries directly on repository methods.Annotation to declare finder delete queries directly on repository methods.Annotation to declare finder exists queries directly on repository methods.Annotation to declare index hints for repository query, update and aggregate operations.MongoRepository<T,ID> Mongo specificRepository
interface.Annotation to be used for disambiguing method parameters that shall be used to trigger geo near queries.Annotation to declare finder queries directly on repository methods.ReactiveMongoRepository<T,ID> Mongo specificRepository
interface with reactive support.Annotation to declare an infinite stream using MongoDB'stailable
cursors.Annotation to declare update operators directly on repository methods.