org.seasar.doma.extension.gen
クラス DaoDelegateDescFactory

java.lang.Object
  上位を拡張 org.seasar.doma.extension.gen.DaoDelegateDescFactory

public class DaoDelegateDescFactory
extends Object

DaoDelegateDesc のファクトリです。

導入されたバージョン:
1.7.0
作成者:
taedium

フィールドの概要
protected  ClassDescSupport classDescSupport
          クラス記述のサポートクラス
 
コンストラクタの概要
DaoDelegateDescFactory()
          インスタンスを構築します。
 
メソッドの概要
 DaoDelegateDesc createDaoDelegateDesc(DaoDesc daoDesc)
          Daoデリゲート記述を作成します。
protected  void handleImportName(DaoDelegateDesc delegateDesc, DaoDesc daoDesc)
          インポート名を処理します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

classDescSupport

protected final ClassDescSupport classDescSupport
クラス記述のサポートクラス

コンストラクタの詳細

DaoDelegateDescFactory

public DaoDelegateDescFactory()
インスタンスを構築します。

メソッドの詳細

createDaoDelegateDesc

public DaoDelegateDesc createDaoDelegateDesc(DaoDesc daoDesc)
Daoデリゲート記述を作成します。

パラメータ:
daoDesc - Dao記述
戻り値:
Daoデリゲート記述

handleImportName

protected void handleImportName(DaoDelegateDesc delegateDesc,
                                DaoDesc daoDesc)
インポート名を処理します。

パラメータ:
delegateDesc - Daoデリゲート記述
daoDesc - Dao記述


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