| Package | Description |
|---|---|
| com.querydsl.core.alias |
Alias functionality
|
| com.querydsl.core.types.dsl |
Operations represent typed operations with operator and arguments
|
| Modifier and Type | Method and Description |
|---|---|
static <D> ArrayPath<D[],D> |
Alias.$(D[] arg)
Convert the given alias to an expression
|
| Modifier and Type | Method and Description |
|---|---|
static <A,E> ArrayPath<A,E> |
Expressions.arrayPath(Class<A> arrayType,
PathMetadata metadata)
Create a new Path expression
|
protected <A,E> ArrayPath<A,E> |
BeanPath.createArray(String property,
Class<? super A> type)
Create a new array path
|
<A,E> ArrayPath<A,E> |
PathBuilder.getArray(String property,
Class<A> type)
Create a ArrayPath instance for the given property and the given array type
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.