public class QuerydslPredicateExecutorSupport<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
protected SpringDataCouchbaseSerializer |
cuchbaseSerializer() |
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() |
protected static <E> com.querydsl.core.types.dsl.PathBuilder<E> pathBuilderFor(com.querydsl.core.types.EntityPath<E> path)
protected EntityInformation<T,?> typeInformation()
protected SpringDataCouchbaseSerializer cuchbaseSerializer()
protected com.querydsl.core.types.OrderSpecifier<?> toOrder(Sort.Order order)
Sort.Order into a Querydsl specific OrderSpecifier.order - Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.