Package org.ehrbase.aql.binder
Class AqlBinder
- java.lang.Object
-
- org.ehrbase.aql.binder.AqlBinder
-
public class AqlBinder extends Object
-
-
Constructor Summary
Constructors Constructor Description AqlBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<EntityQuery<Record>,List<ParameterValue>>bind(AqlDto aqlDto)
-
-
-
Method Detail
-
bind
public org.apache.commons.lang3.tuple.Pair<EntityQuery<Record>,List<ParameterValue>> bind(AqlDto aqlDto)
-
-