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

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

public class FullOuterJoinElement
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
FullOuterJoinElement(IOrmClassToolMap ormClassToolMap, Class<?> joinClass)
           
FullOuterJoinElement(IOrmClassToolMap ormClassToolMap, Class<?> joinClass, String onLeftProperty, String onRigthProperty)
           
 
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

FullOuterJoinElement

public FullOuterJoinElement(IOrmClassToolMap ormClassToolMap,
                            Class<?> joinClass)

FullOuterJoinElement

public FullOuterJoinElement(IOrmClassToolMap ormClassToolMap,
                            Class<?> joinClass,
                            String onLeftProperty,
                            String onRigthProperty)
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.