クラス
org.seasar.doma.extension.gen.NamingType の使用

NamingType を使用しているパッケージ
org.seasar.doma.extension.gen データモデルやデータモデルのファクトリクラスを提供します。 
org.seasar.doma.extension.gen.task Antのタスク、データ型、列挙型を提供します。 
 

org.seasar.doma.extension.gen での NamingType の使用
 

NamingType として宣言されている org.seasar.doma.extension.gen のフィールド
protected  NamingType EntityDescFactory.namingType
          ネーミング規約
protected  NamingType EntityDesc.namingType
          ネーミング規約
 

NamingType を返す org.seasar.doma.extension.gen のメソッド
 NamingType EntityDesc.getNamingType()
          ネーミング規約を返します。
static NamingType NamingType.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static NamingType[] NamingType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

NamingType 型のパラメータを持つ org.seasar.doma.extension.gen のメソッド
 EntityDescFactory GlobalFactory.createEntityDescFactory(String packageName, Class<?> superclass, EntityPropertyDescFactory entityPropertyDescFactory, NamingType namingType, String originalStatesPropertyName, boolean showCatalogName, boolean showSchemaName, boolean showTableName, boolean showDbComment, boolean useAccessor, boolean useListener)
          エンティティ記述のファクトリを作成します。
 void EntityDesc.setNamingType(NamingType namingType)
          ネーミング規約を設定します。
 

NamingType 型のパラメータを持つ org.seasar.doma.extension.gen のコンストラクタ
EntityDescFactory(String packageName, Class<?> superclass, EntityPropertyDescFactory entityPropertyDescFactory, NamingType namingType, String originalStatesPropertyName, boolean showCatalogName, boolean showSchemaName, boolean showTableName, boolean showDbComment, boolean useAccessor, boolean useListener)
          インスタンスを構築します。
 

org.seasar.doma.extension.gen.task での NamingType の使用
 

NamingType を返す org.seasar.doma.extension.gen.task のメソッド
 NamingType NamingTypeAttribute.convertToEnum()
          NamingType に変換します。
 



Copyright © 2009-2013 The Seasar Foundation. All Rights Reserved.