| Package | Description |
|---|---|
| foundation.jpa.querydsl.spring | |
| foundation.jpa.querydsl.spring.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Search<Q extends com.querydsl.core.types.EntityPath<E>,E> |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchResult<com.querydsl.core.Tuple> |
SearchEngine.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> aggregateCriteria,
QueryVariables variables) |
<E> SearchResult<E> |
SearchEngine.search(com.querydsl.core.types.EntityPath<E> entityPath,
String query,
String sort,
org.springframework.data.domain.Pageable pageable,
QueryVariables variables) |
<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 |
AggregationResultImpl |
class |
SearchResultImpl<E,Q extends com.querydsl.core.types.EntityPath<E>> |
| Modifier and Type | Method and Description |
|---|---|
<E> SearchResult<com.querydsl.core.Tuple> |
SearchEngineImpl.aggregate(AggregateCriteria<? extends com.querydsl.core.types.EntityPath<E>> criteria,
QueryVariables variables) |
<E> SearchResult<E> |
SearchEngineImpl.search(com.querydsl.core.types.EntityPath<E> entityPath,
String query,
String sort,
org.springframework.data.domain.Pageable pageable,
QueryVariables variables) |
<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) |
Copyright © 2022. All rights reserved.