Package | Description |
---|---|
com.querydsl.collections |
Java Bean collections support
|
com.querydsl.core.support |
Various support classes
|
com.querydsl.jdo |
JDO support
|
com.querydsl.jpa |
JPA support
|
Modifier and Type | Method and Description |
---|---|
protected Predicate |
CollQueryMixin.convert(Predicate predicate,
QueryMixin.Role role) |
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) |
Modifier and Type | Method and Description |
---|---|
protected Predicate |
JDOQueryMixin.convert(Predicate predicate,
QueryMixin.Role role) |
Modifier and Type | Method and Description |
---|---|
<RT> Expression<RT> |
JPAQueryMixin.convert(Expression<RT> expr,
QueryMixin.Role role) |
protected Predicate |
JPAQueryMixin.convert(Predicate predicate,
QueryMixin.Role role) |
Copyright © 2007–2016 Querydsl. All rights reserved.