| Modifier and Type | Method and Description |
|---|---|
static PathMetadata<Integer> |
forArrayAccess(Path<?> parent,
Expression<Integer> index)
Create a new PathMetadata for indexed array access
|
static PathMetadata<Integer> |
forArrayAccess(Path<?> parent,
int index)
Create a new PathMetadata for indexed array access
|
static PathMetadata<?> |
forCollectionAny(Path<?> parent)
Create a new PathMetadata for collection any access
|
static <T> PathMetadata<T> |
forDelegate(Path<T> delegate)
Create a new PathMetadata for delegate access
|
static PathMetadata<Integer> |
forListAccess(Path<?> parent,
Expression<Integer> index)
Create a new PathMetadata for indexed list access
|
static PathMetadata<Integer> |
forListAccess(Path<?> parent,
int index)
Create a new PathMetadata for indexed list access
|
static <KT> PathMetadata<KT> |
forMapAccess(Path<?> parent,
Expression<KT> key)
Create a new PathMetadata for key based map access
|
static <KT> PathMetadata<KT> |
forMapAccess(Path<?> parent,
KT key)
Create a new PathMetadata for for key based map access
|
static PathMetadata<String> |
forProperty(Path<?> parent,
String property)
Create a new PathMetadata for property access
|
static PathMetadata<String> |
forVariable(String variable)
Create a new PathMetadata for a variable
|
public static PathMetadata<Integer> forArrayAccess(Path<?> parent, Expression<Integer> index)
parent - index - public static PathMetadata<Integer> forArrayAccess(Path<?> parent, @Nonnegative int index)
parent - index - public static PathMetadata<?> forCollectionAny(Path<?> parent)
parent - public static <T> PathMetadata<T> forDelegate(Path<T> delegate)
delegate - public static PathMetadata<Integer> forListAccess(Path<?> parent, Expression<Integer> index)
parent - index - public static PathMetadata<Integer> forListAccess(Path<?> parent, @Nonnegative int index)
parent - index - public static <KT> PathMetadata<KT> forMapAccess(Path<?> parent, Expression<KT> key)
parent - key - public static <KT> PathMetadata<KT> forMapAccess(Path<?> parent, KT key)
parent - key - public static PathMetadata<String> forProperty(Path<?> parent, String property)
parent - property - public static PathMetadata<String> forVariable(String variable)
variable - Copyright © 2007–2015 Querydsl. All rights reserved.