|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.jpa.unit.EntityReaderFactory
public class EntityReaderFactory
エンティティリーダ
のファクトリです。
コンストラクタの概要 | |
---|---|
EntityReaderFactory()
|
メソッドの概要 | |
---|---|
static EntityReader |
getEntityReader(java.util.Collection<?> entities)
エンティティリーダを返します。 |
static EntityReader |
getEntityReader(java.lang.Object entity)
エンティティリーダを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EntityReaderFactory()
メソッドの詳細 |
---|
public static EntityReader getEntityReader(java.lang.Object entity)
entity
- エンティティのインスタンス
public static EntityReader getEntityReader(java.util.Collection<?> entities)
entities
- エンティティのインスタンスのコレクション
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |