|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.desc.PrimaryKeyDescFactoryImpl
public class PrimaryKeyDescFactoryImpl
PrimaryKeyDescFactory
の実装クラスです。
フィールドの概要 | |
---|---|
protected GenDialect |
dialect
方言 |
コンストラクタの概要 | |
---|---|
PrimaryKeyDescFactoryImpl(GenDialect dialect)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
protected void |
doColumnName(EntityMeta entityMeta,
PrimaryKeyDesc primaryKeyDesc)
カラムの名前を処理します。 |
PrimaryKeyDesc |
getPrimaryKeyDesc(EntityMeta entityMeta)
主キー記述を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected GenDialect dialect
コンストラクタの詳細 |
---|
public PrimaryKeyDescFactoryImpl(GenDialect dialect)
dialect
- 方言メソッドの詳細 |
---|
public PrimaryKeyDesc getPrimaryKeyDesc(EntityMeta entityMeta)
PrimaryKeyDescFactory
の記述:
PrimaryKeyDescFactory
内の getPrimaryKeyDesc
entityMeta
- エンティティメタデータ
null
protected void doColumnName(EntityMeta entityMeta, PrimaryKeyDesc primaryKeyDesc)
entityMeta
- エンティティメタデータidPropertyMetaList
- 識別子のプロパティメタデータのリストprimaryKeyDesc
- 主キー記述
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |