|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinType | |
|---|---|
| com.mysema.query | Contains basic Query elements |
| com.mysema.query.support | Various support classes |
| Uses of JoinType in com.mysema.query |
|---|
| Methods in com.mysema.query that return JoinType | |
|---|---|
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. |
| Methods in com.mysema.query with parameters of type JoinType | |
|---|---|
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)
|
| Constructors in com.mysema.query with parameters of type JoinType | |
|---|---|
JoinExpression(JoinType type,
Expression<?> target)
Create a new JoinExpression instance |
|
| Uses of JoinType in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type JoinType | |
|---|---|
void |
OrderedQueryMetadata.addJoin(JoinType joinType,
Expression<?> expr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||