|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.model.ServiceTestModelFactoryImpl
public class ServiceTestModelFactoryImpl
ServiceTestModelFactoryの実装クラスです。
| フィールドの概要 | |
|---|---|
protected ClassModelSupport |
classModelSupport
クラスモデルのサポート |
protected java.lang.String |
configPath
設定ファイルのパス |
protected GeneratedModelSupport |
generatedModelSupport
生成モデルのサポート |
protected java.lang.String |
packageName
パッケージ名、デフォルトパッケージの場合は null |
protected java.lang.String |
serviceClassNameSuffix
サービスクラス名のサフィックス |
protected java.lang.String |
testClassNameSuffix
テストクラス名のサフィックス |
protected boolean |
useS2junit4
S2JUnit4を使用する場合 true、S2Unitを使用する場合false |
| コンストラクタの概要 | |
|---|---|
ServiceTestModelFactoryImpl(java.lang.String configPath,
java.lang.String packageName,
java.lang.String serviceClassNameSuffix,
java.lang.String testClassNameSuffix,
boolean useS2junit4)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
protected void |
doGeneratedInfo(ServiceTestModel serviceTestModel,
EntityMeta entityMeta)
生成情報を処理します。 |
protected void |
doImportName(ServiceTestModel serviceTestModel,
EntityMeta entityMeta)
インポート名を処理します。 |
ServiceTestModel |
getServiceTestModel(EntityMeta entityMeta)
サービステストモデルを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected java.lang.String packageName
null
protected java.lang.String serviceClassNameSuffix
protected java.lang.String testClassNameSuffix
protected java.lang.String configPath
protected boolean useS2junit4
true、S2Unitを使用する場合false
protected ClassModelSupport classModelSupport
protected GeneratedModelSupport generatedModelSupport
| コンストラクタの詳細 |
|---|
public ServiceTestModelFactoryImpl(java.lang.String configPath,
java.lang.String packageName,
java.lang.String serviceClassNameSuffix,
java.lang.String testClassNameSuffix,
boolean useS2junit4)
packageName - パッケージ名、デフォルトパッケージの場合はnullserviceClassNameSuffix - サービスクラス名のサフィックスtestClassNameSuffix - テストクラス名のサフィックスconfigPath - 設定ファイルのパスuseS2junit4 - S2JUnit4を使用する場合true、S2Unitを使用する場合false| メソッドの詳細 |
|---|
public ServiceTestModel getServiceTestModel(EntityMeta entityMeta)
ServiceTestModelFactory の記述:
ServiceTestModelFactory 内の getServiceTestModelentityMeta - エンティティメタデータ
protected void doImportName(ServiceTestModel serviceTestModel,
EntityMeta entityMeta)
serviceTestModel - サービステストモデルentityMeta - エンティティメタデータ
protected void doGeneratedInfo(ServiceTestModel serviceTestModel,
EntityMeta entityMeta)
serviceTestModel - サービステストモデルentityMeta - エンティティメタデータ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||