| 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> SetPath<D,SimpleExpression<D>> |
Alias.$(Set<D> args) |
| Modifier and Type | Method and Description |
|---|---|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createSet(String property,
Class<? super A> type,
Class<? super E> queryType,
PathInits inits)
Create a new Set typed path
|
<A> SetPath<A,PathBuilder<A>> |
PathBuilder.getSet(String property,
Class<A> type)
Get a new Set typed path
|
<A,E extends SimpleExpression<A>> |
PathBuilder.getSet(String property,
Class<A> type,
Class<E> queryType)
Get a new Set typed path
|
Copyright © 2007–2015 Querydsl. All rights reserved.