org.seasar.doma.internal.jdbc.command
クラス EntityIterationHandler<R,I,E extends Entity<I>>

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

public class EntityIterationHandler<R,I,E extends Entity<I>>
extends Object
implements ResultSetHandler<R>

作成者:
taedium

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

フィールドの詳細

entityClass

protected final Class<E extends Entity<I>> entityClass

iterationCallback

protected final IterationCallback<R,I> iterationCallback
コンストラクタの詳細

EntityIterationHandler

public EntityIterationHandler(Class<E> entityClass,
                              IterationCallback<R,I> iterationCallback)
メソッドの詳細

handle

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.