| Package | Description |
|---|---|
| com.querydsl.core.alias |
Alias functionality
|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Method and Description |
|---|---|
static StringPath |
Alias.$(String arg)
Convert the given alias to an expression
|
static StringPath |
Alias.var(String arg)
Create a new variable path
|
| Modifier and Type | Method and Description |
|---|---|
protected StringPath |
BeanPath.createString(String property)
Create a new String path
|
StringPath |
PathBuilder.get(StringPath path)
Create a new String typed path
|
StringPath |
PathBuilder.getString(String property)
Create a new String typed path
|
static StringPath |
Expressions.stringPath(Path<?> parent,
String property)
Create a new Path expression
|
static StringPath |
Expressions.stringPath(PathMetadata metadata)
Create a new Path expression
|
static StringPath |
Expressions.stringPath(String variable)
Create a new Path expression
|
| Modifier and Type | Method and Description |
|---|---|
StringPath |
PathBuilder.get(StringPath path)
Create a new String typed path
|
Copyright © 2007–2020 Querydsl. All rights reserved.