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