Uses of Class
org.hcjf.layers.query.Query.QueryFunction
-
Packages that use Query.QueryFunction Package Description org.hcjf.layers.query -
-
Uses of Query.QueryFunction in org.hcjf.layers.query
Subclasses of Query.QueryFunction in org.hcjf.layers.query Modifier and Type Class Description static classQuery.QueryOrderFunctionstatic classQuery.QueryReturnFunctionMethods in org.hcjf.layers.query with parameters of type Query.QueryFunction Modifier and Type Method Description <R> RQueryable.Consumer. resolveFunction(Query.QueryFunction function, java.lang.Object instance, Queryable.DataSource<O> dataSource)This method must resolve the functions that are used into the query object.<R> RQueryable.DefaultConsumer. resolveFunction(Query.QueryFunction function, java.lang.Object instance, Queryable.DataSource<O> dataSource)This method must resolve the functions that are used into the query object.
-