SimpleMongoRepository. Use QuerydslMongoPredicateExecutor for standalone
Querydsl Predicate execution.@Deprecated public class QuerydslMongoRepository<T,ID extends Serializable> extends QuerydslMongoPredicateExecutor<T> implements QuerydslPredicateExecutor<T>
Predicates in various forms.| Constructor and Description |
|---|
QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations)
Deprecated.
|
QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations,
EntityPathResolver resolver)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mongodb.repository.support.SpringDataMongodbSerializer |
mongodbSerializer() |
protected static <E> com.querydsl.core.types.dsl.PathBuilder<E> |
pathBuilderFor(com.querydsl.core.types.EntityPath<E> path) |
protected com.querydsl.core.types.OrderSpecifier<?> |
toOrder(Sort.Order order)
Transforms a plain
Sort.Order into a Querydsl specific OrderSpecifier. |
protected List<com.querydsl.core.types.OrderSpecifier<?>> |
toOrderSpecifiers(Sort sort)
Converts the given
Sort to OrderSpecifier. |
protected EntityInformation<T,?> |
typeInformation() |
count, exists, findAll, findAll, findAll, findAll, findAll, findOnepublic QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation, MongoOperations mongoOperations)
public QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation, MongoOperations mongoOperations, EntityPathResolver resolver)
protected static <E> com.querydsl.core.types.dsl.PathBuilder<E> pathBuilderFor(com.querydsl.core.types.EntityPath<E> path)
protected EntityInformation<T,?> typeInformation()
protected org.springframework.data.mongodb.repository.support.SpringDataMongodbSerializer mongodbSerializer()
protected com.querydsl.core.types.OrderSpecifier<?> toOrder(Sort.Order order)
Sort.Order into a Querydsl specific OrderSpecifier.order - Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.