org.seasar.robot.db.allcommon
クラス DBFluteInitializer

java.lang.Object
  上位を拡張 org.seasar.robot.db.allcommon.DBFluteInitializer

public class DBFluteInitializer
extends java.lang.Object

作成者:
DBFlute(AutoGenerator)

コンストラクタの概要
DBFluteInitializer()
          Constructor, which initializes various components.
 
メソッドの概要
protected  void announce()
           
protected  void handleSqlLogRegistry()
           
protected  boolean isCurrentDBDef(org.seasar.robot.dbflute.DBDef currentDBDef)
           
protected  java.lang.String ln()
           
protected  void loadCoolClasses()
           
protected  void prologue()
           
protected  void setupDataSourceHandler(java.lang.String dataSourceFqcn)
          Set up the handler of data source to the configuration of DBFlute.
protected  void standBy()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DBFluteInitializer

public DBFluteInitializer()
Constructor, which initializes various components.

メソッドの詳細

announce

protected void announce()

prologue

protected void prologue()

standBy

protected void standBy()

handleSqlLogRegistry

protected void handleSqlLogRegistry()

loadCoolClasses

protected void loadCoolClasses()

setupDataSourceHandler

protected void setupDataSourceHandler(java.lang.String dataSourceFqcn)
Set up the handler of data source to the configuration of DBFlute.
If it uses commons-DBCP, it needs to arrange some for transaction. If you use a transaction library which has a data source which supports transaction, It doesn't need these arrangement. (For example, the framework 'Atomikos')
This method should be executed when application is initialized.

パラメータ:
dataSourceFqcn - The FQCN of data source. (NotNull)

isCurrentDBDef

protected boolean isCurrentDBDef(org.seasar.robot.dbflute.DBDef currentDBDef)

ln

protected java.lang.String ln()


Copyright © 2012. All Rights Reserved.