public interface CustomSqlProcessor
Modifier and Type | Field and Description |
---|---|
static String |
AFTER
后续执行的sql
|
static String |
BEFORE
优先执行的sql
|
static String |
STANDARD_SQL_TYPE
通用的标准sql类型,适用于各种数据库,未定义
SqlBody.getDialectTypeName() 的自定义sql将默认为此类型 |
Modifier and Type | Method and Description |
---|---|
void |
addCustomSqls(CustomSqls customsqls) |
List<String> |
getCustomSqls(String type,
String language) |
long |
getLastModifiedTime(String customSqlId) |
void |
registerModifiedTime(CustomSqls customSqls,
long lastModify) |
void |
removeCustomSqls(CustomSqls customsqls) |
static final String STANDARD_SQL_TYPE
SqlBody.getDialectTypeName()
的自定义sql将默认为此类型static final String BEFORE
static final String AFTER
void addCustomSqls(CustomSqls customsqls)
void removeCustomSqls(CustomSqls customsqls)
void registerModifiedTime(CustomSqls customSqls, long lastModify)
long getLastModifiedTime(String customSqlId)
Copyright © 2006–2018 TinyGroup. All rights reserved.