クラス
org.seasar.extension.jdbc.gen.meta.DbColumnMeta の使用

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

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

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

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

DbColumnMeta 型のパラメータを持つ 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)
          バージョンを処理します。
 AttributeDesc AttributeDescFactoryImpl.getAttributeDesc(DbTableMeta tableMeta, DbColumnMeta columnMeta)
           
 

org.seasar.extension.jdbc.gen.internal.meta での DbColumnMeta の使用
 

DbColumnMeta 型の引数を持つ型を返す org.seasar.extension.jdbc.gen.internal.meta のメソッド
protected  java.util.List<DbColumnMeta> DbTableMetaReaderImpl.getDbColumnMetaList(java.sql.DatabaseMetaData metaData, DbTableMeta tableMeta)
          カラムメタデータのリストを返します。
 

org.seasar.extension.jdbc.gen.meta での DbColumnMeta の使用
 

DbColumnMeta 型の型パラメータを持つ org.seasar.extension.jdbc.gen.meta のフィールド
protected  java.util.List<DbColumnMeta> DbTableMeta.columnMetaList
          カラムメタデータのリスト
protected  java.util.List<DbColumnMeta> DbTableMeta.primaryKeyColumnMetaList
          主キーのカラムメタデータのリスト
 

DbColumnMeta 型の引数を持つ型を返す org.seasar.extension.jdbc.gen.meta のメソッド
 java.util.List<DbColumnMeta> DbTableMeta.getColumnMetaList()
          カラムのメタデータのリストを返します。
 java.util.List<DbColumnMeta> DbTableMeta.getPrimaryKeyColumnMetaList()
          主キーのカラムメタデータのリストを返します。
 

DbColumnMeta 型のパラメータを持つ org.seasar.extension.jdbc.gen.meta のメソッド
 void DbTableMeta.addColumnMeta(DbColumnMeta columnDesc)
          カラムのメタデータを追加します。
 



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