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