| Package | Description |
|---|---|
| com.querydsl.core |
Basic Query elements
|
| com.querydsl.core.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
JoinType |
JoinExpression.getType() |
static JoinType |
JoinType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultQueryMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
void |
EmptyMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
void |
QueryMetadata.addJoin(JoinType joinType,
Expression<?> expr)
Add the given query join
|
| Constructor and Description |
|---|
JoinExpression(JoinType type,
Expression<?> target)
Create a new JoinExpression instance
|
JoinExpression(JoinType type,
Expression<?> target,
@Nullable Predicate condition,
java.util.Set<JoinFlag> flags)
Create a new JoinExpression instance
|
| Modifier and Type | Method and Description |
|---|---|
T |
QueryMixin.addJoin(JoinType joinType,
Expression<?> target) |
void |
OrderedQueryMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
Copyright © 2007–2021 Querydsl. All rights reserved.