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

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

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

EntityPropertyDesc として宣言されている org.seasar.doma.extension.gen のフィールド
protected  EntityPropertyDesc EntityDesc.versionEntityPropertyDesc
          バージョンのエンティティプロパティ記述
 

EntityPropertyDesc 型の型パラメータを持つ org.seasar.doma.extension.gen のフィールド
protected  List<EntityPropertyDesc> EntityDesc.entityPropertyDescs
          エンティティプロパティ記述のリスト 親エンティティがある場合に、親エンティティのプロパティも対象になります。
protected  List<EntityPropertyDesc> EntityDesc.idEntityPropertyDescs
          識別子のエンティティプロパティ記述のリスト
protected  List<EntityPropertyDesc> EntityDesc.ownEntityPropertyDescs
          このエンティティ記述が表すエンティティが所有するエンティティプロパティ記述のリスト 親エンティティがある場合に、親エンティティのプロパティは対象外となります。
 

EntityPropertyDesc を返す org.seasar.doma.extension.gen のメソッド
 EntityPropertyDesc EntityPropertyDescFactory.createEntityPropertyDesc(EntityDesc entityDesc, ColumnMeta columnMeta)
          エンティティプロパティ記述を作成します。
 EntityPropertyDesc EntityDesc.getVersionEntityPropertyDesc()
          バージョンのエンティティプロパティ記述を返します。
 

EntityPropertyDesc 型の引数を持つ型を返す org.seasar.doma.extension.gen のメソッド
 List<EntityPropertyDesc> EntityDesc.getEntityPropertyDescs()
          エンティティプロパティ記述のリストを返します。
 List<EntityPropertyDesc> EntityDesc.getIdEntityPropertyDescs()
          識別子のエンティティプロパティ記述のリストを返します。
 List<EntityPropertyDesc> EntityDesc.getOwnEntityPropertyDescs()
          所有するエンティティプロパティ記述のリストを返します。
 

EntityPropertyDesc 型のパラメータを持つ org.seasar.doma.extension.gen のメソッド
 void EntityDesc.addEntityPropertyDesc(EntityPropertyDesc entityPropertyDesc)
          エンティティプロパティ記述を追加します。
protected  void EntityPropertyDescFactory.descriminateType(EntityDesc entityDesc, EntityPropertyDesc propertyDesc, ColumnMeta columnMeta)
          数値かどうかを処理します。
protected  void EntityPropertyDescFactory.handleName(EntityDesc entityDesc, EntityPropertyDesc propertyDesc, ColumnMeta columnMeta)
          名前を処理します。
protected  void EntityPropertyDescFactory.handlePropertyClassName(EntityDesc entityDesc, EntityPropertyDesc propertyDesc, ColumnMeta columnMeta)
          プロパティクラス名を処理します。
protected  void EntityPropertyDescFactory.handleShowColumnName(EntityDesc entityDesc, EntityPropertyDesc propertyDesc, ColumnMeta columnMeta)
          カラム名を表示するかどうかを処理します。
protected  void EntityPropertyDescFactory.handleVersion(EntityDesc entityDesc, EntityPropertyDesc propertyDesc, ColumnMeta columnMeta)
          バージョンを処理します。
protected  boolean EntityPropertyDescFactory.isNameDifferentBetweenPropertyAndColumn(EntityDesc entityDesc, EntityPropertyDesc propertyDesc)
          プロパティ名とカラム名が異なる場合 trueを返します。
protected  void EntityDescFactory.mergeEntityProperty(EntityPropertyDesc dest, EntityDescFactory.EntityPropertyInfo src)
          エンティティプロパティ記述にエンティティプロパティ情報をマージします。
 



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