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

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

public class EntityFetcher
extends Object

作成者:
taedium

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

フィールドの詳細

query

protected final Query query

nameMap

protected Map<String,String> nameMap
コンストラクタの詳細

EntityFetcher

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

fetch

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

createNameMap

protected void createNameMap(Entity<?> entity)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.