Class TemporalFilterBase<R extends TemporalFilterBase<R,​T>,​T extends Comparable<?>>

    • Field Detail

      • ge

        public T extends Comparable<?> ge
        Deprecated.
        Matches records where date is on or after "since" value.
      • gt

        public T extends Comparable<?> gt
        Deprecated.
        The gt.
      • le

        public T extends Comparable<?> le
        Deprecated.
        Matches records where date is on or before "until" value.
      • lt

        public T extends Comparable<?> lt
        Deprecated.
        The lt.
    • Constructor Detail

      • TemporalFilterBase

        public TemporalFilterBase()
        Deprecated.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Deprecated.
        Description copied from interface: Filter
        Does the property filter specify any conditions?
        Specified by:
        isEmpty in interface Filter
        Returns:
        true if no conditions are specified.
      • buildQuery

        public com.querydsl.core.BooleanBuilder buildQuery​(com.querydsl.core.types.dsl.TemporalExpression<T> path)
        Deprecated.
        Builds the query.
        Specified by:
        buildQuery in interface PropertyFilter<R extends TemporalFilterBase<R,​T>,​T extends Comparable<?>>
        Parameters:
        path - the date
        Returns:
        the predicate