org.seasar.extension.jdbc.gen.internal.desc
クラス PrimaryKeyDescFactoryImpl

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.desc.PrimaryKeyDescFactoryImpl
すべての実装されたインタフェース:
PrimaryKeyDescFactory

public class PrimaryKeyDescFactoryImpl
extends java.lang.Object
implements PrimaryKeyDescFactory

PrimaryKeyDescFactoryの実装クラスです。

作成者:
taedium

フィールドの概要
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
 

フィールドの詳細

dialect

protected GenDialect dialect
方言

コンストラクタの詳細

PrimaryKeyDescFactoryImpl

public PrimaryKeyDescFactoryImpl(GenDialect dialect)
インスタンスを構築します。

パラメータ:
dialect - 方言
メソッドの詳細

getPrimaryKeyDesc

public PrimaryKeyDesc getPrimaryKeyDesc(EntityMeta entityMeta)
インタフェース PrimaryKeyDescFactory の記述:
主キー記述を返します。

定義:
インタフェース PrimaryKeyDescFactory 内の getPrimaryKeyDesc
パラメータ:
entityMeta - エンティティメタデータ
戻り値:
存在する場合は主キー記述、存在しない場合はnull

doColumnName

protected void doColumnName(EntityMeta entityMeta,
                            PrimaryKeyDesc primaryKeyDesc)
カラムの名前を処理します。

パラメータ:
entityMeta - エンティティメタデータ
idPropertyMetaList - 識別子のプロパティメタデータのリスト
primaryKeyDesc - 主キー記述


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.