Class EnumOrdinalItemFilterProcessor<E extends Enum<E>>

  • Type Parameters:
    E - type of enum on the enum contained in object filter, this is optionally mapped to final type used for ordinal. Can be null if no mapping is needed.
    All Implemented Interfaces:
    FilterProcessor<PropertyValueFilter<E>>, RightHandProcessor

    public class EnumOrdinalItemFilterProcessor<E extends Enum<E>>
    extends SinglePathItemFilterProcessor<E,​com.querydsl.core.types.Path<Integer>>
    Filter processor for a an attribute path (Prism item) of enum type that is mapped to SQL as ordinal value.