クラス
wisdom.core.connections.ConnectionDef の使用

ConnectionDef を使用しているパッケージ
wisdom.core フレームワークの基礎となるクラス・パッケージ
 
wisdom.core.connections データベースへの接続、ログ出力、切断を行うクラス・パッケージ
 
 

wisdom.core での ConnectionDef の使用
 

ConnectionDef を返す wisdom.core のメソッド
 ConnectionDef ConfigManager.getConnectionDef(java.lang.String defineName)
          wisdom_config.xmlのdatasource要素のid属性がdefinNameで設定されている ConnectionDefオブジェクトを取得します。
 ConnectionDef ConfigManager.getConnectionDef()
          wisdom_config.xmlのdatasource要素のdefault属性がtrueで設定されている ConnectionDefオブジェクトを取得します。
 

wisdom.core.connections での ConnectionDef の使用
 

ConnectionDef 型のパラメータを持つ wisdom.core.connections のメソッド
static ConnectionManager ConnectionManagerFactory.create(ConnectionDef def)
          ConnectionManagerオブジェクトを生成します。