Uses of Class
org.hcjf.layers.query.model.QueryFunction
-
Packages that use QueryFunction Package Description org.hcjf.layers.query org.hcjf.layers.query.model -
-
Uses of QueryFunction in org.hcjf.layers.query
Methods in org.hcjf.layers.query with parameters of type QueryFunction Modifier and Type Method Description <R> RQueryable.Consumer. resolveFunction(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(QueryFunction function, java.lang.Object instance, Queryable.DataSource<O> dataSource)This method must resolve the functions that are used into the query object. -
Uses of QueryFunction in org.hcjf.layers.query.model
Subclasses of QueryFunction in org.hcjf.layers.query.model Modifier and Type Class Description classQueryOrderFunctionclassQueryReturnFunction
-