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 Details

    • SearchCriteriaImpl

      public SearchCriteriaImpl(String parameterName, String query, String sort, org.springframework.data.domain.Pageable pageable, Q entityPath)
  • Method Details

    • getParameterName

      public String getParameterName()
      Specified by:
      getParameterName in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
    • getQuery

      public String getQuery()
      Specified by:
      getQuery in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
    • getSort

      public String getSort()
      Specified by:
      getSort in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
    • getPageable

      public org.springframework.data.domain.Pageable getPageable()
      Specified by:
      getPageable in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>
    • getEntityPath

      public Q getEntityPath()
      Specified by:
      getEntityPath in interface SearchCriteria<Q extends com.querydsl.core.types.EntityPath<?>>