|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.model.NamesAggregateModelFactoryImpl
public class NamesAggregateModelFactoryImpl
NamesAggregateModelFactory
の実装クラスです。
フィールドの概要 | |
---|---|
protected ClassModelSupport |
classModelSupport
クラスモデルのサポート |
protected GeneratedModelSupport |
generatedModelSupport
生成モデルのサポート |
protected java.lang.String |
packageName
パッケージ名、デフォルトパッケージの場合は null |
protected java.lang.String |
shortClassName
クラスの単純名 |
コンストラクタの概要 | |
---|---|
NamesAggregateModelFactoryImpl(java.lang.String packageName,
java.lang.String shortClassName)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
protected void |
doGeneratedInfo(NamesAggregateModel namesAggregateModel)
生成情報を処理します。 |
protected void |
doImportName(NamesAggregateModel namesAggregateModel,
NamesModel namesModel)
インポート名を処理します。 |
NamesAggregateModel |
getNamesAggregateModel(java.util.List<NamesModel> namesModelList)
集約名前モデルを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.String packageName
null
protected java.lang.String shortClassName
protected ClassModelSupport classModelSupport
protected GeneratedModelSupport generatedModelSupport
コンストラクタの詳細 |
---|
public NamesAggregateModelFactoryImpl(java.lang.String packageName, java.lang.String shortClassName)
packageName
- パッケージ名、デフォルトパッケージの場合はnull
shortClassName
- クラスの単純名メソッドの詳細 |
---|
public NamesAggregateModel getNamesAggregateModel(java.util.List<NamesModel> namesModelList)
NamesAggregateModelFactory
の記述:
NamesAggregateModelFactory
内の getNamesAggregateModel
namesModelList
- 名前モデルのリスト
protected void doImportName(NamesAggregateModel namesAggregateModel, NamesModel namesModel)
namesAggregateModel
- 名前集約モデルnamesModel
- 名前モデルprotected void doGeneratedInfo(NamesAggregateModel namesAggregateModel)
namesAggregateModel
- 名前集約モデル
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |