public class DataScopeStatementRegistry extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
containsDefine(String statementId) |
static DataScopeDefine |
getDefine(String statementId) |
static DataScopeDefine |
getGlobal(String code) |
static void |
regist(String statementId,
DataScopeDefine define)
regist define
|
static void |
registFromClassPath(String xmlClassPath)
regist from classpath
|
static void |
registGlobal(String code,
DataScopeDefine define) |
public static boolean containsDefine(String statementId)
public static DataScopeDefine getDefine(String statementId)
public static void regist(String statementId, DataScopeDefine define)
statementId - statement iddefine - datascope definepublic static void registGlobal(String code, DataScopeDefine define)
public static DataScopeDefine getGlobal(String code)
public static void registFromClassPath(String xmlClassPath)
xmlClassPath - xml classpathCopyright © 2024. All rights reserved.