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
クラス 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のListentityDescs
- Entityクラスと対応するEntityDescのMap
getEntityDesc
protected TopLinkEntityDesc getEntityDesc()
- クラス
TopLinkEntityReader
の記述:
- entityDescを返します。
- オーバーライド:
- クラス
TopLinkEntityReader
内の getEntityDesc
- 戻り値:
- entityDesc
- 関連項目:
TopLinkEntityReader.getEntityDesc()
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.