Uses of Package
org.springframework.data.mongodb.repository.query
Package
Description
Query derivation mechanism for MongoDB specific repositories.
Support infrastructure for query derivation of MongoDB specific repositories.
-
ClassDescriptionBase class for
RepositoryQuery
implementations for Mongo.Base class for reactiveRepositoryQuery
implementations for MongoDB.CustomParameterAccessor
that uses aMongoWriter
to serialize parameters into Mongo format.CustomIterator
that adds a method to access elements in a converted manner.Extension ofEntityMetadata
to additionally expose the collection name an entity shall be persisted to.Mongo-specificParameterAccessor
exposing a maximum distance parameter.Custom extension ofParameters
discovering additionalMongo specific implementation ofQueryMethod
.Reactive specific implementation ofMongoQueryMethod
. -