Interface SearchCriteria<E extends com.querydsl.core.types.EntityPath<?>>

All Known Subinterfaces:
AggregateCriteria<E>
All Known Implementing Classes:
AggregateCriteriaImpl, SearchCriteriaImpl

public interface SearchCriteria<E extends com.querydsl.core.types.EntityPath<?>>
  • Method Details

    • getParameterName

      String getParameterName()
    • getQuery

      String getQuery()
    • getSort

      String getSort()
    • getPageable

      org.springframework.data.domain.Pageable getPageable()
    • getEntityPath

      E getEntityPath()