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

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

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

EntityPropertyDescFactory として宣言されている org.seasar.doma.extension.gen のフィールド
protected  EntityPropertyDescFactory EntityDescFactory.entityPropertyDescFactory
          エンティティプロパティ記述のファクトリ
 

EntityPropertyDescFactory を返す org.seasar.doma.extension.gen のメソッド
 EntityPropertyDescFactory GlobalFactory.createEntityPropertyDescFactory(GenDialect dialect, EntityPropertyClassNameResolver propertyClassNameResolver, String versionColumnNamePattern, GenerationType generationType, Long initialValue, Long allocationSize, boolean showColumnName)
          エンティティプロパティ記述のファクトリを作成します。
 

EntityPropertyDescFactory 型のパラメータを持つ 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)
          エンティティ記述のファクトリを作成します。
 

EntityPropertyDescFactory 型のパラメータを持つ 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 での EntityPropertyDescFactory の使用
 

EntityPropertyDescFactory として宣言されている org.seasar.doma.extension.gen.task のフィールド
protected  EntityPropertyDescFactory Gen.entityPropertyDescFactory
          エンティティプロパティ記述のファクトリ
 

EntityPropertyDescFactory を返す org.seasar.doma.extension.gen.task のメソッド
protected  EntityPropertyDescFactory Gen.createEntityPropertyDescFactory()
          グローバルファクトリを作成します。
 



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