|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.extension.gen.EntityListenerDescFactory
public class EntityListenerDescFactory
エンティティ記述のファクトリです。
| フィールドの概要 | |
|---|---|
protected ClassDescSupport |
classDescSupport
クラス記述のサポートクラス |
protected java.lang.String |
packageName
パッケージ名 |
protected java.lang.String |
superclassName
スーパークラス名 |
| コンストラクタの概要 | |
|---|---|
EntityListenerDescFactory(java.lang.String packageName,
java.lang.String superclassName)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
EntityListenerDesc |
createEntityListenerDesc(EntityDesc entityDesc)
エンティティ記述を作成します。 |
protected void |
handleImportName(EntityListenerDesc entityListenerDesc,
EntityDesc entityDesc)
/** インポート名を処理します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final java.lang.String packageName
protected final java.lang.String superclassName
protected final ClassDescSupport classDescSupport
| コンストラクタの詳細 |
|---|
public EntityListenerDescFactory(java.lang.String packageName,
java.lang.String superclassName)
packageName - パッケージ名superclassName - スーパークラス名| メソッドの詳細 |
|---|
public EntityListenerDesc createEntityListenerDesc(EntityDesc entityDesc)
entityDesc - エンティティ記述
protected void handleImportName(EntityListenerDesc entityListenerDesc,
EntityDesc entityDesc)
entityListenerDesc - エンティティリスナー記述entityDesc - エンティティ記述
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||