com.jpattern.orm.query.find
Class CustomFindFromImpl
java.lang.Object
com.jpattern.orm.query.SmartRenderableSqlSubElement
com.jpattern.orm.query.clause.OrmFrom<CustomFindQuery>
com.jpattern.orm.query.find.CustomFindFromImpl
- All Implemented Interfaces:
- From<CustomFindQuery>, SqlClause<CustomFindQuery>, CustomFindFrom, NameSolverConsumer, RenderableSqlSubElement
public class CustomFindFromImpl
- extends OrmFrom<CustomFindQuery>
- implements CustomFindFrom
- Author:
- ufo
| Methods inherited from class com.jpattern.orm.query.clause.OrmFrom |
appendElementValues, doElementRender, fullOuterJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, getElementStatusVersion, innerJoin, innerJoin, innerJoin, innerJoin, join, join, leftOuterJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, naturalJoin, naturalJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin, setNameSolver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jpattern.orm.query.clause.From |
fullOuterJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, leftOuterJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, naturalJoin, naturalJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin |
CustomFindFromImpl
public CustomFindFromImpl(CustomFindQuery customFindQuery,
IOrmClassToolMap ormClassToolMap,
Class<?> clazz,
Integer nameSolverClassId)
from
protected CustomFindQuery from()
throws OrmException
- Specified by:
from in class OrmFrom<CustomFindQuery>
- Throws:
OrmException
Copyright © 2013. All Rights Reserved.