| Package | Description |
|---|---|
| com.mysema.query.alias |
Alias functionality
|
| com.mysema.query.support |
Various support classes
|
| com.mysema.query.types.path |
Paths represent typed property paths, variables and list-map-array access
|
| Modifier and Type | Method and Description |
|---|---|
static StringPath |
Alias.$(String arg) |
static StringPath |
Alias.var(String arg) |
| Modifier and Type | Method and Description |
|---|---|
static StringPath |
Expressions.stringPath(Path<?> parent,
String property)
Create a new Path expression
|
static StringPath |
Expressions.stringPath(String variable)
Create a new Path expression
|
| Modifier and Type | Method and Description |
|---|---|
protected StringPath |
BeanPath.createString(String property)
Create a new String path
|
StringPath |
PathBuilder.get(StringPath path) |
StringPath |
PathBuilder.getString(String property)
Get a new String typed path
|
| Modifier and Type | Method and Description |
|---|---|
StringPath |
PathBuilder.get(StringPath path) |
Copyright © 2007–2015 Querydsl. All rights reserved.