Uses of Interface
org.ehrbase.client.aql.query.Query
-
Packages that use Query Package Description org.ehrbase.client.aql.query org.ehrbase.client.openehrclient org.ehrbase.client.openehrclient.defaultrestclient -
-
Uses of Query in org.ehrbase.client.aql.query
Classes in org.ehrbase.client.aql.query that implement Query Modifier and Type Class Description classEntityQuery<T extends Record>classNativeQuery<T extends Record> -
Uses of Query in org.ehrbase.client.openehrclient
Methods in org.ehrbase.client.openehrclient with parameters of type Query Modifier and Type Method Description <T extends Record>
List<T>AqlEndpoint. execute(Query<T> query, ParameterValue... parameterValues)QueryResponseDataAqlEndpoint. executeRaw(Query query, ParameterValue... parameterValues) -
Uses of Query in org.ehrbase.client.openehrclient.defaultrestclient
Methods in org.ehrbase.client.openehrclient.defaultrestclient with parameters of type Query Modifier and Type Method Description <T extends Record>
List<T>DefaultRestAqlEndpoint. execute(Query<T> query, ParameterValue... parameterValues)QueryResponseDataDefaultRestAqlEndpoint. executeRaw(Query query, ParameterValue... parameters)
-