| Package | Description |
|---|---|
| foundation.jpa.querydsl.spring | |
| foundation.jpa.querydsl.spring.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateCriteria<E extends com.querydsl.core.types.EntityPath<?>> |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> |
SearchResult.getCriteria() |
SearchCriteria<? extends com.querydsl.core.types.EntityPath<?>> |
SearchCriteriaHandler.resolveArgument(org.springframework.core.MethodParameter methodParameter,
org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer,
org.springframework.web.context.request.NativeWebRequest nativeWebRequest,
org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory) |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchResult<E> |
SearchEngine.search(com.querydsl.core.types.Predicate implicitPredicate,
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
<E> SearchResult<E> |
SearchEngine.search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateCriteriaImpl<E extends com.querydsl.core.types.EntityPath<?>> |
class |
SearchCriteriaImpl<Q extends com.querydsl.core.types.EntityPath<?>> |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> |
SearchResultImpl.getCriteria() |
SearchCriteria<? extends com.querydsl.core.types.EntityPath<List<?>>> |
AggregationResultImpl.getCriteria() |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchResult<E> |
SearchEngineImpl.search(com.querydsl.core.types.Predicate implicitPredicate,
SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
<E> SearchResult<E> |
SearchEngineImpl.search(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
| Constructor and Description |
|---|
SearchResultImpl(SearchCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
org.springframework.data.domain.Page<E> page,
Throwable error) |
Copyright © 2022. All rights reserved.