org.seasar.doma.internal.jdbc.command
クラス DomainFetcher

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.DomainFetcher

public class DomainFetcher
extends Object

作成者:
taedium

フィールドの概要
protected  Query query
           
 
コンストラクタの概要
DomainFetcher(Query query)
           
 
メソッドの概要
 void fetch(ResultSet resultSet, Domain<?,?> domain)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

query

protected final Query query
コンストラクタの詳細

DomainFetcher

public DomainFetcher(Query query)
              throws SQLException
例外:
SQLException
メソッドの詳細

fetch

public void fetch(ResultSet resultSet,
                  Domain<?,?> domain)
           throws SQLException
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.