|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.jpa.metadata.DummyEntityDescProvider
public class DummyEntityDescProvider
EntityDescProvider
のダミー実装クラスです。
コンストラクタの概要 | |
---|---|
DummyEntityDescProvider()
|
メソッドの概要 | |
---|---|
EntityDesc |
createEntityDesc(EntityManagerFactory emf,
java.lang.Class<?> entityClass)
エンティティクラスを表す EntityDesc を作成します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DummyEntityDescProvider()
メソッドの詳細 |
---|
public EntityDesc createEntityDesc(EntityManagerFactory emf, java.lang.Class<?> entityClass)
EntityDescProvider
の記述: EntityDesc
を作成します。
EntityDescProvider
内の createEntityDesc
emf
- EntityManagerFactory
entityClass
- エンティティクラス
EntityDesc
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |