com.googlecode.jpattern.orm.query.join
Class CrossJoinElement

java.lang.Object
  extended by com.googlecode.jpattern.orm.query.join.AJoinElement
      extended by com.googlecode.jpattern.orm.query.join.CrossJoinElement
All Implemented Interfaces:
INameSolverConsumer, IRenderableSqlObject, IJoinElement

public class CrossJoinElement
extends AJoinElement

Author:
Francesco Cina 27/giu/2011

Field Summary
 
Fields inherited from class com.googlecode.jpattern.orm.query.join.AJoinElement
joinClass, ormClassToolMap
 
Constructor Summary
CrossJoinElement(IOrmClassToolMap ormClassToolMap, Class<?> joinClass)
           
 
Method Summary
protected  String getJoinName()
           
protected  boolean hasOnClause()
           
protected  String onLeftProperty()
           
protected  String onRightProperty()
           
 
Methods inherited from class com.googlecode.jpattern.orm.query.join.AJoinElement
renderSql, renderSql, setNameSolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossJoinElement

public CrossJoinElement(IOrmClassToolMap ormClassToolMap,
                        Class<?> joinClass)
Method Detail

getJoinName

protected String getJoinName()
Specified by:
getJoinName in class AJoinElement

hasOnClause

protected boolean hasOnClause()
Specified by:
hasOnClause in class AJoinElement

onLeftProperty

protected String onLeftProperty()
Specified by:
onLeftProperty in class AJoinElement

onRightProperty

protected String onRightProperty()
Specified by:
onRightProperty in class AJoinElement


Copyright © 2011. All Rights Reserved.