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