Uses of Class
com.mysema.query.JoinType

Packages that use JoinType
com.mysema.query Contains basic Query elements 
 

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, Expr<?> expr)
           
 void DefaultQueryMetadata.addJoin(JoinType joinType, Expr<?> expr)
           
 

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



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