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(org.springframework.data.domain.Sort.Order order)
Transforms a plain
Sort.Order into a Querydsl specific OrderSpecifier. |
protected List<com.querydsl.core.types.OrderSpecifier<?>> |
toOrderSpecifiers(org.springframework.data.domain.Sort sort)
Converts the given
Sort to OrderSpecifier. |
protected org.springframework.data.repository.core.EntityInformation<T,?> |
typeInformation() |
protected static <E> com.querydsl.core.types.dsl.PathBuilder<E> pathBuilderFor(com.querydsl.core.types.EntityPath<E> path)
protected org.springframework.data.repository.core.EntityInformation<T,?> typeInformation()
protected SpringDataCouchbaseSerializer cuchbaseSerializer()
protected com.querydsl.core.types.OrderSpecifier<?> toOrder(org.springframework.data.domain.Sort.Order order)
Sort.Order into a Querydsl specific OrderSpecifier.order - protected List<com.querydsl.core.types.OrderSpecifier<?>> toOrderSpecifiers(org.springframework.data.domain.Sort sort)
Sort to OrderSpecifier.sort - Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.