インタフェース
org.seasar.framework.jpa.metadata.EntityDesc の使用

EntityDesc を使用しているパッケージ
org.seasar.framework.jpa.metadata   
 

org.seasar.framework.jpa.metadata での EntityDesc の使用
 

EntityDesc として宣言されている org.seasar.framework.jpa.metadata のフィールド
protected static EntityDesc EntityDescFactory.NOT_FOUND
          クラスに対応するEntityDescが存在しないことを示すオブジェクト
 

EntityDesc 型の型パラメータを持つ org.seasar.framework.jpa.metadata のフィールド
protected static ConcurrentMap<Class<?>,EntityDesc> EntityDescFactory.entityDescs
           
 

EntityDesc を返す org.seasar.framework.jpa.metadata のメソッド
protected static EntityDesc EntityDescFactory.createEntityDesc(Class<?> entityClass)
          エンティティクラスを表現するEntityDescを作成します。
 EntityDesc EntityDescProvider.createEntityDesc(EntityManagerFactory emf, Class<?> entityClass)
          エンティティクラスを表すEntityDescを作成します。
 EntityDesc DummyEntityDescProvider.createEntityDesc(EntityManagerFactory emf, Class<?> entityClass)
           
static EntityDesc EntityDescFactory.getEntityDesc(Class<?> entityClass)
          エンティティクラスを表現するEntityDescを返します。
 



Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.