public class QueryPaths extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
QueryPaths() |
| Modifier and Type | Method and Description |
|---|---|
static FetchPath.Builder |
begin() |
static QueryPath[] |
combine(QueryPath[] pathArr1,
QueryPath... pathArr2) |
static QueryPath[] |
combine(QueryPath path,
QueryPath... pathArr) |
static QueryPath[] |
compile(String... queryPaths) |
static QueryPath[] |
compile(String queryPath) |
static QueryPath[] |
fetchPaths(QueryPath... pathArr) |
static boolean |
isStandard(QueryPath queryPath) |
static SimpleOrderPath.Builder |
postOrderBy() |
static SimpleOrderPath.Builder |
preOrderBy() |
static QueryPath[] |
simpleOrderPaths(QueryPath... pathArr) |
static QueryPath |
toStandard(QueryPath queryPath) |
public static FetchPath.Builder begin()
public static SimpleOrderPath.Builder preOrderBy()
public static SimpleOrderPath.Builder postOrderBy()
public static boolean isStandard(QueryPath queryPath)
Copyright © 2015. All rights reserved.