Class QueryParameter
java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.db.QueryParameter
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected final Stringstatic final Stringprotected final QueryParameter.Operatorprotected final Object -
Constructor Summary
ConstructorsConstructorDescriptionQueryParameter(String columnName, QueryParameter.Operator operator, Object value) -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryParametergetValue()The query parameter itself is a where clause part and is being handled in the sqlmap.static QueryParameterstatic QueryParameterin(List<JoinTableConfig> joinTables, QueryParameter queryParameter) toString()
-
Field Details
-
columnName
-
operator
-
value
-
LITERAL_TYPE
- See Also:
-
CLAUSE_TYPE
- See Also:
-
-
Constructor Details
-
QueryParameter
-
-
Method Details
-
getColumnName
-
getOperator
-
getValue
-
equals
-
in
-
in
-
getWhereClauseValue
The query parameter itself is a where clause part and is being handled in the sqlmap. We return a list here, so that theincludecan be done in aforeachblock in sqlmap. Only this way the scoping in mybatis works as expected, in contrast to usingbindas alternative. -
getWhereClauseType
-
toString
-