| 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.$(java.lang.Boolean arg)
Convert the given alias to an expression
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanPath |
Expressions.booleanPath(Path<?> parent,
java.lang.String property)
Create a new Path expression
|
static BooleanPath |
Expressions.booleanPath(PathMetadata metadata)
Create a new Path expression
|
static BooleanPath |
Expressions.booleanPath(java.lang.String variable)
Create a new Path expression
|
protected BooleanPath |
BeanPath.createBoolean(java.lang.String property)
Create a new Boolean path
|
BooleanPath |
PathBuilder.get(BooleanPath path)
Create a new Boolean typed path
|
BooleanPath |
PathBuilder.getBoolean(java.lang.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–2021 Querydsl. All rights reserved.