|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.model.ServiceModelFactoryImpl
public class ServiceModelFactoryImpl
ServiceModelFactoryの実装クラスです。
| フィールドの概要 | |
|---|---|
protected ClassModelSupport |
classModelSupport
クラスモデルのサポート |
protected static java.lang.String |
DEFAULT_JDBC_MANAGER_NAME
デフォルトの JdbcManagerのコンポーネント名 |
protected GeneratedModelSupport |
generatedModelSupport
生成モデルのサポート |
protected java.lang.String |
jdbcManagerName
JdbcManagerのコンポーネント名 |
protected NamesModelFactory |
namesModelFactory
名前モデルのファクトリ |
protected java.lang.String |
packageName
パッケージ名、デフォルトパッケージの場合は null |
protected java.lang.String |
serviceClassNameSuffix
サービスクラス名のサフィックス |
protected boolean |
useNamesClass
名前クラスを使用する場合 true |
| コンストラクタの概要 | |
|---|---|
ServiceModelFactoryImpl(java.lang.String packageName,
java.lang.String serviceClassNameSuffix,
NamesModelFactory namesModelFactory,
boolean useNamesClass,
java.lang.String jdbcManagerName)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
protected void |
doGeneratedInfo(ServiceModel serviceModel,
EntityMeta entityMeta)
生成情報を処理します。 |
protected void |
doImportName(ServiceModel serviceModel,
EntityMeta entityMeta)
インポート名を処理します。 |
protected void |
doNamesModel(ServiceModel serviceModel,
EntityMeta entityMeta)
名前モデルを処理します。 |
ServiceModel |
getServiceModel(EntityMeta entityMeta)
サービスモデルを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static java.lang.String DEFAULT_JDBC_MANAGER_NAME
JdbcManagerのコンポーネント名
protected java.lang.String packageName
null
protected java.lang.String jdbcManagerName
JdbcManagerのコンポーネント名
protected java.lang.String serviceClassNameSuffix
protected NamesModelFactory namesModelFactory
protected boolean useNamesClass
true
protected ClassModelSupport classModelSupport
protected GeneratedModelSupport generatedModelSupport
| コンストラクタの詳細 |
|---|
public ServiceModelFactoryImpl(java.lang.String packageName,
java.lang.String serviceClassNameSuffix,
NamesModelFactory namesModelFactory,
boolean useNamesClass,
java.lang.String jdbcManagerName)
packageName - パッケージ名、デフォルトパッケージの場合はnullnamesModelFactory - 名前モデルのファクトリserviceClassNameSuffix - サービスクラス名のサフィックスuseNamesClass - 名前クラスを使用する場合truejdbcManagerName - JdbcManagerのコンポーネント名| メソッドの詳細 |
|---|
public ServiceModel getServiceModel(EntityMeta entityMeta)
ServiceModelFactory の記述:
ServiceModelFactory 内の getServiceModelentityMeta - エンティティメタデータ
protected void doNamesModel(ServiceModel serviceModel,
EntityMeta entityMeta)
serviceModel - サービスモデルentityMeta - エンティティメタデータ
protected void doImportName(ServiceModel serviceModel,
EntityMeta entityMeta)
serviceModel - サービスモデルentityMeta - エンティティメタデータ
protected void doGeneratedInfo(ServiceModel serviceModel,
EntityMeta entityMeta)
serviceModel - サービスモデルentityMeta - エンティティメタデータ
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||