Class RefItemFilterProcessor

    • Constructor Detail

      • RefItemFilterProcessor

        public RefItemFilterProcessor​(SqlQueryContext<?,​Q,​R> context,
                                      Function<Q,​UuidPath> rootToOidPath,
                                      @Nullable
                                      @Nullable Function<Q,​com.querydsl.core.types.dsl.EnumPath<MObjectType>> rootToTypePath,
                                      @Nullable
                                      @Nullable Function<Q,​com.querydsl.core.types.dsl.NumberPath<Integer>> rootToRelationIdPath,
                                      @Nullable
                                      @Nullable Function<Q,​com.querydsl.core.types.dsl.StringPath> rootToTargetNamePath)
    • Method Detail

      • process

        public com.querydsl.core.types.Predicate process​(RefFilter filter)