|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.extension.gen.EntityListenerDescFactory
public class EntityListenerDescFactory
エンティティ記述のファクトリです。
フィールドの概要 | |
---|---|
protected ClassDescSupport |
classDescSupport
クラス記述のサポートクラス |
protected String |
packageName
パッケージ名 |
protected String |
superclassName
スーパークラス名 |
コンストラクタの概要 | |
---|---|
EntityListenerDescFactory(String packageName,
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 String packageName
protected final String superclassName
protected final ClassDescSupport classDescSupport
コンストラクタの詳細 |
---|
public EntityListenerDescFactory(String packageName, String superclassName)
packageName
- パッケージ名superclassName
- スーパークラス名メソッドの詳細 |
---|
public EntityListenerDesc createEntityListenerDesc(EntityDesc entityDesc)
entityDesc
- エンティティ記述
protected void handleImportName(EntityListenerDesc entityListenerDesc, EntityDesc entityDesc)
entityListenerDesc
- エンティティリスナー記述entityDesc
- エンティティ記述
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |