Package overit.geocall.da
Interface SqlConditionFactory
public interface SqlConditionFactory
Factory service useful to create new
SqlCondition instances.-
Field Summary
Fields -
Method Summary
-
Field Details
-
OPERATOR_FIELD_SEPARATOR
- See Also:
-
-
Method Details
-
create
SqlCondition create(@NotNull @NotNull String fieldName, @NotNull @NotNull String prefix, Object value) Returns aSqlConditionusing the provided parameters.- Parameters:
fieldName-Stringabout a field name.prefix-Stringabout a possible prefix to prepend to the field name when constructing the relatedSQLclause.value-Objectabout the condition value.- Returns:
- a
SqlConditionusing the provided parameters.
-