org.seasar.framework.jpa.metadata
インタフェース EntityDescProvider

既知の実装クラスの一覧:
DummyEntityDescProvider

public interface EntityDescProvider

EntityDescを提供するコンポーネントの抽象クラスです。

作成者:
koichik

メソッドの概要
 EntityDesc createEntityDesc(EntityManagerFactory emf, java.lang.Class<?> entityClass)
          エンティティクラスを表すEntityDescを作成します。
 

メソッドの詳細

createEntityDesc

EntityDesc createEntityDesc(EntityManagerFactory emf,
                            java.lang.Class<?> entityClass)
エンティティクラスを表すEntityDescを作成します。

パラメータ:
emf - EntityManagerFactory
entityClass - エンティティクラス
戻り値:
エンティティクラスを表すEntityDesc


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