com.googlecode.jpattern.orm.query.join
Class NaturalJoinElement
java.lang.Object
com.googlecode.jpattern.orm.query.join.AJoinElement
com.googlecode.jpattern.orm.query.join.NaturalJoinElement
- All Implemented Interfaces:
- INameSolverConsumer, IRenderableSqlObject, IJoinElement
public class NaturalJoinElement
- extends AJoinElement
- Author:
- Francesco Cina
27/giu/2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NaturalJoinElement
public NaturalJoinElement(IOrmClassToolMap ormClassToolMap,
Class<?> joinClass)
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.