Uses of Class
org.hcjf.layers.query.Query.QueryResource
-
Packages that use Query.QueryResource Package Description org.hcjf.layers.query -
-
Uses of Query.QueryResource in org.hcjf.layers.query
Fields in org.hcjf.layers.query declared as Query.QueryResource Modifier and Type Field Description static Query.QueryResourceQuery.QueryResource. ANYMethods in org.hcjf.layers.query that return Query.QueryResource Modifier and Type Method Description Query.QueryResourceJoin. getResource()Return the resource of the join.Query.QueryResourceQuery. getResource()Return the resource query object.Query.QueryResourceQuery.QueryParameter. getResource()Returns the resource of this parameter.Methods in org.hcjf.layers.query that return types with arguments of type Query.QueryResource Modifier and Type Method Description java.util.List<Query.QueryResource>Query. getResources()Returns the list of resource of the query.java.util.Set<Query.QueryResource>Query.QueryFunction. getResources()Methods in org.hcjf.layers.query with parameters of type Query.QueryResource Modifier and Type Method Description intQuery.QueryResource. compareTo(Query.QueryResource o)booleanQuery.QueryField. verifyResource(Query.QueryResource resource)booleanQuery.QueryFunction. verifyResource(Query.QueryResource resource)abstract booleanQuery.QueryParameter. verifyResource(Query.QueryResource resource)Verify if the query parameter make reference to the specified resource.
-