| Package | Description |
|---|---|
| com.querydsl.core |
Contains basic Query elements
|
| com.querydsl.core.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
JoinType |
JoinExpression.getType() |
static JoinType |
JoinType.valueOf(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 |
QueryMetadata.addJoin(JoinType joinType,
Expression<?> expr)
Add the given query join
|
void |
EmptyMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
void |
DefaultQueryMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
| Constructor and Description |
|---|
JoinExpression(JoinType type,
Expression<?> target)
Create a new JoinExpression instance
|
JoinExpression(JoinType type,
Expression<?> target,
Predicate condition,
Set<JoinFlag> flags)
Create a new JoinExpression instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderedQueryMetadata.addJoin(JoinType joinType,
Expression<?> expr) |
T |
QueryMixin.addJoin(JoinType joinType,
Expression<?> target) |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.