| Package | Description |
|---|---|
| com.querydsl.core.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
static QueryMixin.Role |
QueryMixin.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMixin.Role[] |
QueryMixin.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<RT> Expression<RT> |
QueryMixin.convert(Expression<RT> expr,
QueryMixin.Role role) |
protected Predicate |
QueryMixin.convert(Predicate condition,
QueryMixin.Role role) |
Copyright © 2007–2020 Querydsl. All rights reserved.