Uses of Interface
org.ehrbase.client.aql.top.TopExpresion
-
Packages that use TopExpresion Package Description org.ehrbase.client.aql.query org.ehrbase.client.aql.top -
-
Uses of TopExpresion in org.ehrbase.client.aql.query
Methods in org.ehrbase.client.aql.query with parameters of type TopExpresion Modifier and Type Method Description EntityQuery<T>EntityQuery. top(TopExpresion topExpresion) -
Uses of TopExpresion in org.ehrbase.client.aql.top
Classes in org.ehrbase.client.aql.top that implement TopExpresion Modifier and Type Class Description classTopMethods in org.ehrbase.client.aql.top that return TopExpresion Modifier and Type Method Description static TopExpresionTopExpresion. backward(int count)static TopExpresionTopExpresion. forward(int count)
-