Uses of Class
org.hotrod.dynamicsql.segments.WhenSegment
-
Packages that use WhenSegment Package Description org.hotrod.dynamicsql.assembler org.hotrod.dynamicsql.segments -
-
Uses of WhenSegment in org.hotrod.dynamicsql.assembler
Methods in org.hotrod.dynamicsql.assembler with parameters of type WhenSegment Modifier and Type Method Description static voidDynShield. addWhen(Choose<?> parent, WhenSegment when) -
Uses of WhenSegment in org.hotrod.dynamicsql.segments
Constructor parameters in org.hotrod.dynamicsql.segments with type arguments of type WhenSegment Constructor Description ChooseSegment(List<WhenSegment> whens, OtherwiseSegment otherwise, DynamicExpressionFactory factory)
-