Uses of Class
org.hcjf.layers.query.model.QueryResource
-
Packages that use QueryResource Package Description org.hcjf.layers.query org.hcjf.layers.query.model -
-
Uses of QueryResource in org.hcjf.layers.query
Methods in org.hcjf.layers.query that return QueryResource Modifier and Type Method Description QueryResourceJoin. getResource()Return the resource of the join.QueryResourceQuery. getResource()Return the resource query object.Methods in org.hcjf.layers.query that return types with arguments of type QueryResource Modifier and Type Method Description java.util.List<QueryResource>Query. getResources()Returns the list of resource of the query.Constructors in org.hcjf.layers.query with parameters of type QueryResource Constructor Description Join(Query query, QueryResource resource, Join.JoinType type)Join(Query query, QueryResource resource, Join.JoinType type, boolean outer)Query(QueryResource resource)Query(QueryResource resource, QueryId id) -
Uses of QueryResource in org.hcjf.layers.query.model
Subclasses of QueryResource in org.hcjf.layers.query.model Modifier and Type Class Description classQueryDynamicResourceFields in org.hcjf.layers.query.model declared as QueryResource Modifier and Type Field Description static QueryResourceQueryResource. ANYMethods in org.hcjf.layers.query.model that return QueryResource Modifier and Type Method Description QueryResourceQueryParameter. getResource()Returns the resource of this parameter.Methods in org.hcjf.layers.query.model that return types with arguments of type QueryResource Modifier and Type Method Description java.util.Set<QueryResource>QueryFunction. getResources()Methods in org.hcjf.layers.query.model with parameters of type QueryResource Modifier and Type Method Description intQueryResource. compareTo(QueryResource o)booleanQueryField. verifyResource(QueryResource resource)booleanQueryFunction. verifyResource(QueryResource resource)abstract booleanQueryParameter. verifyResource(QueryResource resource)Verify if the query parameter make reference to the specified resource.
-