| 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 BooleanPath |
Alias.$(Boolean arg) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanPath |
Expressions.booleanPath(Path<?> parent,
String property)
Create a new Path expression
|
static BooleanPath |
Expressions.booleanPath(String variable)
Create a new Path expression
|
| Modifier and Type | Method and Description |
|---|---|
protected BooleanPath |
BeanPath.createBoolean(String property)
Create a new Boolean path
|
BooleanPath |
PathBuilder.get(BooleanPath path) |
BooleanPath |
PathBuilder.getBoolean(String propertyName)
Get a new Boolean typed path
|
| Modifier and Type | Method and Description |
|---|---|
BooleanPath |
PathBuilder.get(BooleanPath path) |
Copyright © 2007–2015 Querydsl. All rights reserved.