| 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 <T extends Enum<T>> |
Alias.$(T arg) |
| Modifier and Type | Method and Description |
|---|---|
protected <A extends Enum<A>> |
BeanPath.createEnum(String property,
Class<A> type) |
<A extends Enum<A>> |
PathBuilder.get(EnumPath<A> path) |
<A extends Enum<A>> |
PathBuilder.getEnum(String property,
Class<A> type)
Get a new Enum path
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Enum<A>> |
PathBuilder.get(EnumPath<A> path) |
Copyright © 2007–2015 Querydsl. All rights reserved.