Uses of Class
de.fraunhofer.iosb.ilt.sta.query.Query
-
Packages that use Query Package Description de.fraunhofer.iosb.ilt.sta.dao de.fraunhofer.iosb.ilt.sta.query -
-
Uses of Query in de.fraunhofer.iosb.ilt.sta.dao
Methods in de.fraunhofer.iosb.ilt.sta.dao that return Query Modifier and Type Method Description Query<T>BaseDao. query()Query<T>Dao. query()Start a query to find an entity collection. -
Uses of Query in de.fraunhofer.iosb.ilt.sta.query
Methods in de.fraunhofer.iosb.ilt.sta.query that return Query Modifier and Type Method Description Query<T>Query. count()Query<T>QueryParameter. count()Add the count parameter as specified by the SensorThingsAPI specification.Query<T>Query. expand(Expansion expansion)Query<T>Query. expand(String expansion)Query<T>Query. filter(String options)Query<T>QueryParameter. filter(String options)Add the filter parameter as specified by the SensorThingsAPI specification.Query<T>Query. orderBy(String clause)Query<T>QueryParameter. orderBy(String clause)Add the orderBy parameter as specified by the SensorThingsAPI specification.Query<T>Query. select(String... fields)Query<T>Query. skip(int n)Query<T>QueryParameter. skip(int n)Add the skip parameter as specified by the SensorThingsAPI specification.Query<T>Query. top(int n)Query<T>QueryParameter. top(int n)Add the top parameter as specified by the SensorThingsAPI specification.
-