public class TypedQueryPaths extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TypedQueryPaths() |
| Modifier and Type | Method and Description |
|---|---|
static <R,P extends TypedQueryPath<R>> |
combine(P[] pathArr1,
P... pathArr2) |
static <R,P extends TypedQueryPath<R>> |
combine(P path,
P... pathArr) |
static <R,P extends TypedQueryPath<R>> |
fetchPaths(P... pathArr) |
static <R,P extends TypedQueryPath<R>> |
simpleOrderPaths(P... pathArr) |
public static <R,P extends TypedQueryPath<R>> P[] combine(P[] pathArr1, P... pathArr2)
public static <R,P extends TypedQueryPath<R>> P[] combine(P path, P... pathArr)
public static <R,P extends TypedQueryPath<R>> P[] fetchPaths(P... pathArr)
public static <R,P extends TypedQueryPath<R>> P[] simpleOrderPaths(P... pathArr)
Copyright © 2015. All rights reserved.