com.jpattern.orm.query.find
Class CustomFindSelectImpl

java.lang.Object
  extended by com.jpattern.orm.query.SmartRenderableSqlSubElement
      extended by com.jpattern.orm.query.clause.OrmCustomSelect<CustomFindSelect>
          extended by com.jpattern.orm.query.find.CustomFindSelectImpl
All Implemented Interfaces:
Select<CustomFindSelect>, SqlClause<CustomFindSelect>, CustomFindSelect, NameSolverConsumer, RenderableSqlSubElement

public class CustomFindSelectImpl
extends OrmCustomSelect<CustomFindSelect>
implements CustomFindSelect

Author:
ufo

Constructor Summary
CustomFindSelectImpl(String selectClause)
           
 
Method Summary
protected  CustomFindSelect select()
           
 
Methods inherited from class com.jpattern.orm.query.clause.OrmCustomSelect
appendElementValues, doElementRender, getElementStatusVersion, isDistinct, setDistinct, 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
 

Constructor Detail

CustomFindSelectImpl

public CustomFindSelectImpl(String selectClause)
Method Detail

select

protected CustomFindSelect select()
Specified by:
select in class OrmCustomSelect<CustomFindSelect>


Copyright © 2013. All Rights Reserved.