| Package | Description |
|---|---|
| org.babyfish.persistence.path |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FetchPath |
interface |
FetchPathWrapper |
interface |
QueryPathWrapper |
interface |
SimpleOrderPath |
interface |
SimpleOrderPathWrapper |
interface |
TypedFetchPath<R> |
interface |
TypedQueryPath<R> |
interface |
TypedSimpleOrderPath<R> |
| Modifier and Type | Method and Description |
|---|---|
static QueryPath[] |
QueryPaths.combine(QueryPath[] pathArr1,
QueryPath... pathArr2) |
static QueryPath[] |
QueryPaths.combine(QueryPath path,
QueryPath... pathArr) |
static QueryPath[] |
QueryPaths.compile(String... queryPaths) |
static QueryPath[] |
QueryPaths.compile(String queryPath) |
static QueryPath[] |
QueryPaths.fetchPaths(QueryPath... pathArr) |
static QueryPath[] |
QueryPaths.simpleOrderPaths(QueryPath... pathArr) |
static QueryPath |
QueryPaths.toStandard(QueryPath queryPath) |
QueryPath |
QueryPathWrapper.unwrap() |
| Modifier and Type | Method and Description |
|---|---|
static QueryPath[] |
QueryPaths.combine(QueryPath[] pathArr1,
QueryPath... pathArr2) |
static QueryPath[] |
QueryPaths.combine(QueryPath[] pathArr1,
QueryPath... pathArr2) |
static QueryPath[] |
QueryPaths.combine(QueryPath path,
QueryPath... pathArr) |
static QueryPath[] |
QueryPaths.combine(QueryPath path,
QueryPath... pathArr) |
static QueryPath[] |
QueryPaths.fetchPaths(QueryPath... pathArr) |
static boolean |
QueryPaths.isStandard(QueryPath queryPath) |
static QueryPath[] |
QueryPaths.simpleOrderPaths(QueryPath... pathArr) |
static QueryPath |
QueryPaths.toStandard(QueryPath queryPath) |
Copyright © 2015. All rights reserved.