Package org.ehrbase.aql.binder
Class WhereBinder
- java.lang.Object
-
- org.ehrbase.aql.binder.WhereBinder
-
public class WhereBinder extends Object
-
-
Constructor Summary
Constructors Constructor Description WhereBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>>bind(ConditionDto dto, Map<Integer,Containment> containmentMap)org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>>handleComparisonOperator(ConditionComparisonOperatorDto dto, Map<Integer,Containment> containmentMap)
-
-
-
Method Detail
-
bind
public org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>> bind(ConditionDto dto, Map<Integer,Containment> containmentMap)
-
handleComparisonOperator
public org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>> handleComparisonOperator(ConditionComparisonOperatorDto dto, Map<Integer,Containment> containmentMap)
-
-