Interface PropertyFilter<R extends PropertyFilter<R,​T>,​T extends com.querydsl.core.types.Expression<?>>

    • Method Detail

      • copyFilter

        R copyFilter()
        Make a deep copy of the filter
        Returns:
        a full copy of the filter
      • buildQuery

        com.querydsl.core.types.Predicate buildQuery​(T path)
        Builds the query.
        Parameters:
        path - the property path to filter
        Returns:
        the predicate