Class SimpleItemFilterProcessor<T,​P extends com.querydsl.core.types.Path<T>>

    • Constructor Detail

      • SimpleItemFilterProcessor

        public SimpleItemFilterProcessor​(SqlQueryContext<?,​?,​?> context,
                                         Function<com.querydsl.core.types.EntityPath<?>,​P> rootToQueryItem)
    • Method Detail

      • booleanMapper

        public static ItemSqlMapper booleanMapper​(Function<com.querydsl.core.types.EntityPath<?>,​com.querydsl.core.types.dsl.BooleanPath> rootToQueryItem)
        Returns the mapper creating the boolean filter processor from context.
      • uuidMapper

        public static ItemSqlMapper uuidMapper​(Function<com.querydsl.core.types.EntityPath<?>,​UuidPath> rootToQueryItem)
        Returns the mapper creating the OID (UUID) filter processor from context.