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

Type Parameters:
T - type of real value after optional conversion (ItemDeltaValueProcessor.convertRealValue(Object) to match the column (attribute) type in the row bean (M-type)
P - type of the corresponding path in the Q-type
All Implemented Interfaces:
ItemDeltaProcessor
Direct Known Subclasses:
EnumItemDeltaProcessor, QTaskMapping.FullResultDeltaProcessor, TimestampItemDeltaProcessor, UriItemDeltaProcessor

public class SinglePathItemDeltaProcessor<T,P extends com.querydsl.core.types.Path<T>> extends ItemDeltaSingleValueProcessor<T>
Processor for items represented by a single column (query path).
  • Field Details

    • path

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

  • Method Details