クラス
org.seasar.extension.jdbc.gen.model.AttributeModel の使用

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

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

AttributeModel を返す org.seasar.extension.jdbc.gen.internal.model のメソッド
 AttributeModel AttributeModelFactoryImpl.getAttributeModel(AttributeDesc attributeDesc)
           
 

AttributeModel 型のパラメータを持つ 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)
          スケールを処理します。
 

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

AttributeModel 型の型パラメータを持つ org.seasar.extension.jdbc.gen.model のフィールド
protected  java.util.List<AttributeModel> EntityModel.attributeModelList
          属性モデルのリスト
 

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

AttributeModel 型の引数を持つ型を返す org.seasar.extension.jdbc.gen.model のメソッド
 java.util.List<AttributeModel> EntityModel.getAttributeModelList()
          属性モデルを返します。
 

AttributeModel 型のパラメータを持つ org.seasar.extension.jdbc.gen.model のメソッド
 void EntityModel.addAttributeModel(AttributeModel attributeModel)
          属性モデルを追加します。
 



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