com.jpattern.orm.query.clause.from
Class InnerJoinElement
java.lang.Object
com.jpattern.orm.query.SmartRenderableSqlSubElement
com.jpattern.orm.query.clause.from.AFromElement
com.jpattern.orm.query.clause.from.InnerJoinElement
- All Implemented Interfaces:
- FromElement, NameSolverConsumer, RenderableSqlSubElement
public class InnerJoinElement
- extends AFromElement
- Author:
- Francesco Cina
27/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InnerJoinElement
public InnerJoinElement(IOrmClassToolMap ormClassToolMap,
Class<?> joinClass,
Integer nameSolverClassId)
InnerJoinElement
public InnerJoinElement(IOrmClassToolMap ormClassToolMap,
Class<?> joinClass,
Integer nameSolverClassId,
String onLeftProperty,
String onRigthProperty)
getJoinName
protected String getJoinName()
- Specified by:
getJoinName in class AFromElement
hasOnClause
protected boolean hasOnClause()
- Specified by:
hasOnClause in class AFromElement
onLeftProperty
protected String onLeftProperty()
- Specified by:
onLeftProperty in class AFromElement
onRightProperty
protected String onRightProperty()
- Specified by:
onRightProperty in class AFromElement
Copyright © 2013. All Rights Reserved.