Package org.springframework.data.mongodb.repository.support
@NonNullApi
package org.springframework.data.mongodb.repository.support
Support infrastructure for query derivation of MongoDB specific repositories.
-
ClassDescription
MongoEntityInformation
implementation using aMongoPersistentEntity
instance to lookup the necessary information.Annotation processor to create Querydsl query types for QueryDsl annotated classes.Factory to createMongoRepository
instances.FactoryBean
to createMongoRepository
instances.MongoDB-specificQuerydslPredicateExecutor
that allows executionPredicate
s in various forms.Base class to create repository implementations based on Querydsl.Factory to createReactiveMongoRepository
instances.FactoryBean
to createReactiveMongoRepository
instances.MongoDB-specificQuerydslPredicateExecutor
that allows executionPredicate
s in various forms.SimpleMongoRepository<T,ID> Repository base implementation for Mongo.SimpleReactiveMongoRepository<T,ID extends Serializable> Reactive repository base implementation for Mongo.Spring Data specific simpleFetchable
Query
implementation.