Class SearchCriteriaImpl<Q extends com.querydsl.core.types.EntityPath<?>>
java.lang.Object
foundation.jpa.querydsl.spring.impl.SearchCriteriaImpl<Q>
- All Implemented Interfaces:
SearchCriteria<Q>
- Direct Known Subclasses:
AggregateCriteriaImpl
public class SearchCriteriaImpl<Q extends com.querydsl.core.types.EntityPath<?>>
extends Object
implements SearchCriteria<Q>
-
Constructor Summary
ConstructorsConstructorDescriptionSearchCriteriaImpl(String parameterName, String query, String sort, org.springframework.data.domain.Pageable pageable, Q entityPath) -
Method Summary
-
Constructor Details
-
SearchCriteriaImpl
-
-
Method Details
-
getParameterName
- Specified by:
getParameterNamein interfaceSearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
-
getQuery
- Specified by:
getQueryin interfaceSearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
-
getSort
- Specified by:
getSortin interfaceSearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
-
getPageable
public org.springframework.data.domain.Pageable getPageable()- Specified by:
getPageablein interfaceSearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
-
getEntityPath
- Specified by:
getEntityPathin interfaceSearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
-