org.seasar.doma.internal.jdbc.command
クラス DomainIterationHandler<R,D extends Domain<?,?>>

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.DomainIterationHandler<R,D>
すべての実装されたインタフェース:
ResultSetHandler<R>

public class DomainIterationHandler<R,D extends Domain<?,?>>
extends Object
implements ResultSetHandler<R>

作成者:
taedium

フィールドの概要
protected  Class<D> domainClass
           
protected  IterationCallback<R,D> iterationCallback
           
 
コンストラクタの概要
DomainIterationHandler(Class<D> domainClass, IterationCallback<R,D> iterationCallback)
           
 
メソッドの概要
 R handle(ResultSet resultSet, Query query)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

domainClass

protected final Class<D extends Domain<?,?>> domainClass

iterationCallback

protected final IterationCallback<R,D extends Domain<?,?>> iterationCallback
コンストラクタの詳細

DomainIterationHandler

public DomainIterationHandler(Class<D> domainClass,
                              IterationCallback<R,D> iterationCallback)
メソッドの詳細

handle

public R handle(ResultSet resultSet,
                Query query)
         throws SQLException
定義:
インタフェース ResultSetHandler<R> 内の handle
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.