com.jpattern.orm.query.find
Class CustomFindFromImpl

java.lang.Object
  extended by com.jpattern.orm.query.SmartRenderableSqlSubElement
      extended by com.jpattern.orm.query.clause.OrmFrom<CustomFindQuery>
          extended by 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

Constructor Summary
CustomFindFromImpl(CustomFindQuery customFindQuery, IOrmClassToolMap ormClassToolMap, Class<?> clazz, Integer nameSolverClassId)
           
 
Method Summary
protected  CustomFindQuery from()
           
 
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 com.jpattern.orm.query.SmartRenderableSqlSubElement
isElementStatusChanged, renderSqlElement, renderSqlElement
 
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
 

Constructor Detail

CustomFindFromImpl

public CustomFindFromImpl(CustomFindQuery customFindQuery,
                          IOrmClassToolMap ormClassToolMap,
                          Class<?> clazz,
                          Integer nameSolverClassId)
Method Detail

from

protected CustomFindQuery from()
                        throws OrmException
Specified by:
from in class OrmFrom<CustomFindQuery>
Throws:
OrmException


Copyright © 2013. All Rights Reserved.