インタフェース
org.seasar.extension.jdbc.gen.desc.PrimaryKeyDescFactory の使用

PrimaryKeyDescFactory を使用しているパッケージ
org.seasar.extension.jdbc.gen.internal.desc   
 

org.seasar.extension.jdbc.gen.internal.desc での PrimaryKeyDescFactory の使用
 

PrimaryKeyDescFactory を実装している org.seasar.extension.jdbc.gen.internal.desc のクラス
 class PrimaryKeyDescFactoryImpl
          PrimaryKeyDescFactoryの実装クラスです。
 

PrimaryKeyDescFactory として宣言されている org.seasar.extension.jdbc.gen.internal.desc のフィールド
protected  PrimaryKeyDescFactory TableDescFactoryImpl.primaryKeyDescFactory
          主キー記述のファクトリ
 

PrimaryKeyDescFactory を返す org.seasar.extension.jdbc.gen.internal.desc のメソッド
protected  PrimaryKeyDescFactory DatabaseDescFactoryImpl.createPrimaryKeyDescFactory()
          PrimaryKeyDescFactoryの実装を返します。
 

PrimaryKeyDescFactory 型のパラメータを持つ org.seasar.extension.jdbc.gen.internal.desc のコンストラクタ
TableDescFactoryImpl(GenDialect dialect, ColumnDescFactory columnDescFactory, PrimaryKeyDescFactory primaryKeyDescFactory, UniqueKeyDescFactory uniqueKeyDescFactory, ForeignKeyDescFactory foreignKeyDescFactory, SequenceDescFactory sequenceDescFactory, IdTableDescFactory idTableDescFactory)
          インスタンスを構築します。
 



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