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

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

public class DBCurrent
extends java.lang.Object

作成者:
DBFlute(AutoGenerator)

フィールドの概要
protected  org.seasar.robot.dbflute.DBDef _currentDBDef
           
 
メソッドの概要
 org.seasar.robot.dbflute.DBDef currentDBDef()
           
static DBCurrent getInstance()
          Get singleton instance.
 void initializeCurrentDBDef(org.seasar.robot.dbflute.DBDef currentDBDef)
           
 boolean isCurrentDBDef(org.seasar.robot.dbflute.DBDef currentDBDef)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_currentDBDef

protected org.seasar.robot.dbflute.DBDef _currentDBDef
メソッドの詳細

getInstance

public static DBCurrent getInstance()
Get singleton instance.

戻り値:
Singleton instance. (NotNull)

initializeCurrentDBDef

public void initializeCurrentDBDef(org.seasar.robot.dbflute.DBDef currentDBDef)

currentDBDef

public org.seasar.robot.dbflute.DBDef currentDBDef()

isCurrentDBDef

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


Copyright © 2009. All Rights Reserved.