org.seasar.extension.jdbc.gen.desc
インタフェース AttributeDescFactory

既知の実装クラスの一覧:
AttributeDescFactoryImpl

public interface AttributeDescFactory

属性記述のファクトリです。

作成者:
taedium

メソッドの概要
 AttributeDesc getAttributeDesc(DbTableMeta tableMeta, DbColumnMeta columnMeta)
          属性記述を返します。
 

メソッドの詳細

getAttributeDesc

AttributeDesc getAttributeDesc(DbTableMeta tableMeta,
                               DbColumnMeta columnMeta)
属性記述を返します。

パラメータ:
tableMeta - テーブルメタデータ
columnMeta - カラムメタデータ
戻り値:
属性記述


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