Uses of Class
com.mysema.query.JoinType

Packages that use JoinType
com.mysema.query Contains basic Query elements 
com.mysema.query.sql SQL/JDBC support for Querydsl 
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 DefaultQueryMetadata.addJoin(JoinType joinType, Expression<?> expr)
           
 

Constructors in com.mysema.query with parameters of type JoinType
JoinExpression(JoinType type, Expression<?> target)
           
 

Uses of JoinType in com.mysema.query.sql
 

Methods in com.mysema.query.sql with parameters of type JoinType
 String SQLTemplates.getJoinSymbol(JoinType joinType)
           
 

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)
           
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.