Uses of Class
org.eobjects.metamodel.query.JoinType

Packages that use JoinType
org.eobjects.metamodel.query API for querying 
 

Uses of JoinType in org.eobjects.metamodel.query
 

Methods in org.eobjects.metamodel.query that return JoinType
 JoinType FromItem.getJoin()
           
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 org.eobjects.metamodel.query with parameters of type JoinType
 Query Query.from(Table leftTable, Table rightTable, JoinType joinType, Column leftOnColumn, Column rightOnColumn)
           
 

Constructors in org.eobjects.metamodel.query with parameters of type JoinType
FromItem(JoinType join, FromItem leftSide, FromItem rightSide, SelectItem[] leftOn, SelectItem[] rightOn)
          Constructor for advanced join types with custom relationships
FromItem(JoinType join, Relationship relationship)
          Constructor for join FROM clauses that join two tables using their relationship.
 



Copyright © 2007-2013. All Rights Reserved.