クラス
org.seasar.extension.jdbc.gen.desc.AttributeDesc の使用

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

org.seasar.extension.jdbc.gen.desc での AttributeDesc の使用
 

AttributeDesc 型の型パラメータを持つ org.seasar.extension.jdbc.gen.desc のフィールド
protected  java.util.List<AttributeDesc> EntityDesc.attributeDescList
          属性記述のリスト
protected  java.util.List<AttributeDesc> EntityDesc.idAttributeDescList
          識別子である属性記述のリスト
 

AttributeDesc を返す org.seasar.extension.jdbc.gen.desc のメソッド
 AttributeDesc AttributeDescFactory.getAttributeDesc(DbTableMeta tableMeta, DbColumnMeta columnMeta)
          属性記述を返します。
 

AttributeDesc 型の引数を持つ型を返す org.seasar.extension.jdbc.gen.desc のメソッド
 java.util.List<AttributeDesc> EntityDesc.getAttributeDescList()
          属性記述のリストを返します。
 java.util.List<AttributeDesc> EntityDesc.getIdAttributeDescList()
          識別子である属性記述のリストを返します。
 

AttributeDesc 型のパラメータを持つ org.seasar.extension.jdbc.gen.desc のメソッド
 void EntityDesc.addAttributeDesc(AttributeDesc attributeDesc)
          属性記述を追加します。
 

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

AttributeDesc を返す org.seasar.extension.jdbc.gen.internal.desc のメソッド
 AttributeDesc AttributeDescFactoryImpl.getAttributeDesc(DbTableMeta tableMeta, DbColumnMeta columnMeta)
           
 

AttributeDesc 型のパラメータを持つ org.seasar.extension.jdbc.gen.internal.desc のメソッド
protected  void AttributeDescFactoryImpl.doColumn(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          カラムを処理します。
protected  void AttributeDescFactoryImpl.doGenerationType(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          GenerationTypeを処理します。
protected  void AttributeDescFactoryImpl.doId(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          識別子を処理します。
protected  void AttributeDescFactoryImpl.doName(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          名前を処理します。
protected  void AttributeDescFactoryImpl.doTransient(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          一時的なプロパティを処理します。
protected  void AttributeDescFactoryImpl.doVersion(DbTableMeta tableMeta, DbColumnMeta columnMeta, AttributeDesc attributeDesc)
          バージョンを処理します。
 

org.seasar.extension.jdbc.gen.internal.model での AttributeDesc の使用
 

AttributeDesc 型のパラメータを持つ org.seasar.extension.jdbc.gen.internal.model のメソッド
protected  void AttributeModelFactoryImpl.doAttributeClass(AttributeModel attributeModel, AttributeDesc attributeDesc)
          属性のクラスを処理します。
protected  void AttributeModelFactoryImpl.doColumnDefinition(AttributeModel attributeModel, AttributeDesc attributeDesc)
          カラム定義を処理します。
protected  void AttributeModelFactoryImpl.doColumnName(AttributeModel attributeModel, AttributeDesc attributeDesc)
          カラム名を処理します。
protected  void AttributeModelFactoryImpl.doLength(AttributeModel attributeModel, AttributeDesc attributeDesc)
          長さを処理します。
protected  void AttributeModelFactoryImpl.doPrecision(AttributeModel attributeModel, AttributeDesc attributeDesc)
          精度を処理します。
protected  void AttributeModelFactoryImpl.doScale(AttributeModel attributeModel, AttributeDesc attributeDesc)
          スケールを処理します。
 AttributeModel AttributeModelFactoryImpl.getAttributeModel(AttributeDesc attributeDesc)
           
 

org.seasar.extension.jdbc.gen.model での AttributeDesc の使用
 

AttributeDesc 型のパラメータを持つ org.seasar.extension.jdbc.gen.model のメソッド
 AttributeModel AttributeModelFactory.getAttributeModel(AttributeDesc attributeDesc)
          属性モデルを返します。
 



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