Uses of Class
org.hotrod.dynamicsql.segments.IfSegment
-
Packages that use IfSegment Package Description org.hotrod.dynamicsql.segments -
-
Uses of IfSegment in org.hotrod.dynamicsql.segments
Constructor parameters in org.hotrod.dynamicsql.segments with type arguments of type IfSegment Constructor Description SettersSegment(List<IfSegment> segments, DynamicExpressionFactory factory)TrimSegment(String header, String separator, String tail, List<IfSegment> segments, DynamicExpressionFactory factory)TrimSegment(String header, String separator, String tail, List<IfSegment> segments, DynamicExpressionFactory factory, String headerPrefix, String headerSuffix, String separatorPrefix, String separatorSuffix, String tailPrefix, String tailSuffix, String... removePrefixes)WhereSegment(String separator, List<IfSegment> segments, DynamicExpressionFactory factory)
-