public class SearchCriteriaImpl<Q extends com.querydsl.core.types.EntityPath<?>> extends Object implements SearchCriteria<Q>
| Constructor and Description |
|---|
SearchCriteriaImpl(String parameterName,
String query,
String sort,
org.springframework.data.domain.Pageable pageable,
Q entityPath) |
| Modifier and Type | Method and Description |
|---|---|
Q |
getEntityPath() |
org.springframework.data.domain.Pageable |
getPageable() |
String |
getParameterName() |
String |
getQuery() |
String |
getSort() |
public String getParameterName()
getParameterName in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>public String getQuery()
getQuery in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>public String getSort()
getSort in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>public org.springframework.data.domain.Pageable getPageable()
getPageable in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>public Q getEntityPath()
getEntityPath in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>Copyright © 2020. All rights reserved.