public class CustomSqlProcessorImpl extends Object implements CustomSqlProcessor
AFTER, BEFORE, STANDARD_SQL_TYPE
Constructor and Description |
---|
CustomSqlProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addCustomSqls(CustomSqls customsqls) |
static CustomSqlProcessor |
getCustomSqlProcessor() |
CustomSqls |
getCustomSqls() |
List<String> |
getCustomSqls(String type,
String language) |
long |
getLastModifiedTime(String customSqlId) |
void |
registerModifiedTime(CustomSqls customSqls,
long lastModify) |
void |
removeCustomSqls(CustomSqls customsqls) |
void |
setCustomSqls(CustomSqls customSqls) |
public static CustomSqlProcessor getCustomSqlProcessor()
public CustomSqls getCustomSqls()
public void setCustomSqls(CustomSqls customSqls)
public List<String> getCustomSqls(String type, String language)
getCustomSqls
in interface CustomSqlProcessor
public void addCustomSqls(CustomSqls customsqls)
addCustomSqls
in interface CustomSqlProcessor
public void removeCustomSqls(CustomSqls customsqls)
removeCustomSqls
in interface CustomSqlProcessor
public void registerModifiedTime(CustomSqls customSqls, long lastModify)
registerModifiedTime
in interface CustomSqlProcessor
public long getLastModifiedTime(String customSqlId)
getLastModifiedTime
in interface CustomSqlProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.