org.seasar.toplink.jpa.unit
クラス TopLinkEntityCollectionReader

java.lang.Object
  上位を拡張 org.seasar.toplink.jpa.unit.TopLinkEntityReader
      上位を拡張 org.seasar.toplink.jpa.unit.TopLinkEntityCollectionReader
すべての実装されたインタフェース:
DataReader, EntityReader

public class TopLinkEntityCollectionReader
extends TopLinkEntityReader

TopLink Essentials用のEntityReader実装です(Collection用)。

作成者:
Hidenoshin Yoshida

フィールドの概要
protected  Map<Class<?>,TopLinkEntityDesc> entityDescs
          Entityクラスと対応するEntityDescのMap
protected  Class<?> processingClass
          EntityReader生成時に一時的にEntityClassを保持するフィールド
 
クラス org.seasar.toplink.jpa.unit.TopLinkEntityReader から継承されたフィールド
dataSet
 
コンストラクタの概要
TopLinkEntityCollectionReader(Collection<?> entities, Map<Class<?>,TopLinkEntityDesc> entityDescs)
          コンストラクタ
 
メソッドの概要
protected  TopLinkEntityDesc getEntityDesc()
          entityDescを返します。
 
クラス org.seasar.toplink.jpa.unit.TopLinkEntityReader から継承されたメソッド
getRow, read, setAdditionalIdRow, setupAttributeColumns, setupColumns, setupDiscriminatorColumn, setupRow
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

entityDescs

protected Map<Class<?>,TopLinkEntityDesc> entityDescs
Entityクラスと対応するEntityDescのMap


processingClass

protected Class<?> processingClass
EntityReader生成時に一時的にEntityClassを保持するフィールド

コンストラクタの詳細

TopLinkEntityCollectionReader

public TopLinkEntityCollectionReader(Collection<?> entities,
                                     Map<Class<?>,TopLinkEntityDesc> entityDescs)
コンストラクタ

パラメータ:
entities - 対象となるEntityのList
entityDescs - Entityクラスと対応するEntityDescのMap
メソッドの詳細

getEntityDesc

protected TopLinkEntityDesc getEntityDesc()
クラス TopLinkEntityReader の記述:
entityDescを返します。

オーバーライド:
クラス TopLinkEntityReader 内の getEntityDesc
戻り値:
entityDesc
関連項目:
TopLinkEntityReader.getEntityDesc()


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.