org.seasar.extension.sql.cache
クラス NodeCache
java.lang.Object
org.seasar.extension.sql.cache.NodeCache
public final class NodeCache
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeCache
public NodeCache()
getNode
public static Node getNode(String path,
String dbmsName)
- キャッシュしているノードを返します。 まだ、解析していないときにはファイルからSQLを取得して解析し、 結果をキャッシュします。
- パラメータ:
path
- パス。examples/dao/EmployeeDao_selectXxx.sqlのような'/'区切りのパスです。dbmsName
- DBMS名
- 戻り値:
- キャッシュしているノード
initialize
public static void initialize()
- 初期化します。
clear
public static void clear()
- キャッシュをクリアします。
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.