Uses of Class
org.ehrbase.aql.dto.condition.ParameterValue
-
Packages that use ParameterValue Package Description org.ehrbase.aql.binder -
-
Uses of ParameterValue in org.ehrbase.aql.binder
Methods in org.ehrbase.aql.binder that return types with arguments of type ParameterValue Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<EntityQuery<Record>,List<ParameterValue>>AqlBinder. bind(AqlDto aqlDto)org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>>WhereBinder. bind(ConditionDto dto, Map<Integer,Containment> containmentMap)org.apache.commons.lang3.tuple.Pair<Condition,List<ParameterValue>>WhereBinder. handleComparisonOperator(ConditionComparisonOperatorDto dto, Map<Integer,Containment> containmentMap)
-