| Package | Description |
|---|---|
| com.mysema.query.alias |
Alias functionality
|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| Modifier and Type | Method and Description |
|---|---|
static <D> ArrayPath<D[],D> |
Alias.$(D[] arg) |
| Modifier and Type | Method and Description |
|---|---|
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)
Get a PArray instance for the given property and the given array type
|
Copyright © 2007–2015 Querydsl. All rights reserved.