Uses of Class
org.springframework.data.mongodb.repository.support.SpringDataMongodbQuery
Packages that use SpringDataMongodbQuery
Package
Description
Support infrastructure for query derivation of MongoDB specific repositories.
-
Uses of SpringDataMongodbQuery in org.springframework.data.mongodb.repository.support
Subclasses with type arguments of type SpringDataMongodbQuery in org.springframework.data.mongodb.repository.supportModifier and TypeClassDescriptionclassSpring Data specific simpleFetchableQueryimplementation.Methods in org.springframework.data.mongodb.repository.support that return SpringDataMongodbQueryModifier and TypeMethodDescriptionprotected <T> SpringDataMongodbQuery<T> QuerydslRepositorySupport.from(com.querydsl.core.types.EntityPath<T> path) Returns aSpringDataMongodbQueryfor the givenEntityPath.protected <T> SpringDataMongodbQuery<T> Returns aSpringDataMongodbQueryfor the givenEntityPathquerying the given collection.