org.seasar.framework.jpa.unit
クラス EntityReaderFactory

java.lang.Object
  上位を拡張 org.seasar.framework.jpa.unit.EntityReaderFactory

public class EntityReaderFactory
extends java.lang.Object

エンティティリーダのファクトリです。

作成者:
taedium

コンストラクタの概要
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
 

コンストラクタの詳細

EntityReaderFactory

public EntityReaderFactory()
メソッドの詳細

getEntityReader

public static EntityReader getEntityReader(java.lang.Object entity)
エンティティリーダを返します。

パラメータ:
entity - エンティティのインスタンス
戻り値:
エンティティリーダ

getEntityReader

public static EntityReader getEntityReader(java.util.Collection<?> entities)
エンティティリーダを返します。

パラメータ:
entities - エンティティのインスタンスのコレクション
戻り値:
エンティティリーダ


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.