Uses of Class
org.linuxforhealth.fhir.database.utils.query.OrderByAdapter
-
Packages that use OrderByAdapter Package Description org.linuxforhealth.fhir.database.utils.query -
-
Uses of OrderByAdapter in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return OrderByAdapter Modifier and Type Method Description OrderByAdapterOrderByAdapter. add(java.lang.String... strings)Add the given string expressions to the order by clauseOrderByAdapterFromAdapter. orderBy(java.lang.String... expressions)Start an ORDER BY expressionOrderByAdapterHavingAdapter. orderBy(java.lang.String... expressions)Start building the ORDER BY clauseOrderByAdapterWhereAdapter. orderBy(java.lang.String... expressions)Start building the ORDER BY clause
-