org.seasar.framework.jpa.unit
クラス EntityReaderFactory
java.lang.Object
org.seasar.framework.jpa.unit.EntityReaderFactory
public class EntityReaderFactory
- extends Object
エンティティリーダ
のファクトリです。
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityReaderFactory
public EntityReaderFactory()
getEntityReader
public static EntityReader getEntityReader(Object entity)
- エンティティリーダを返します。
- パラメータ:
entity
- エンティティのインスタンス
- 戻り値:
- エンティティリーダ
getEntityReader
public static EntityReader getEntityReader(Collection<?> entities)
- エンティティリーダを返します。
- パラメータ:
entities
- エンティティのインスタンスのコレクション
- 戻り値:
- エンティティリーダ
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.