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

    • Field Detail

      • path

        protected final P extends com.querydsl.core.types.Path<T> path
    • Constructor Detail

      • SinglePathItemDeltaProcessor

        public SinglePathItemDeltaProcessor​(SqaleUpdateContext<?,​Q,​R> context,
                                            Function<Q,​P> rootToQueryItem)
        Type Parameters:
        Q - entity query type from which the attribute is resolved
        R - row type related to SinglePathItemDeltaProcessor