Uses of Class
org.ehrbase.aql.dto.condition.ParameterValue
-
Packages that use ParameterValue Package Description org.ehrbase.aql.binder org.ehrbase.aql.dto.condition -
-
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) -
Uses of ParameterValue in org.ehrbase.aql.dto.condition
Constructors in org.ehrbase.aql.dto.condition with parameters of type ParameterValue Constructor Description ParameterValue(ParameterValue other)
-