public class KeySqlSqlSourceCustomize extends Object implements SqlSourceCustomize
SPI| Constructor and Description |
|---|
KeySqlSqlSourceCustomize() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ibatis.mapping.SqlSource |
customize(org.apache.ibatis.mapping.SqlSource sqlSource,
EntityTable entity,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.builder.annotation.ProviderContext context)
定制化 sqlSource
|
public org.apache.ibatis.mapping.SqlSource customize(org.apache.ibatis.mapping.SqlSource sqlSource,
EntityTable entity,
org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.builder.annotation.ProviderContext context)
SqlSourceCustomizecustomize in interface SqlSourceCustomizesqlSource - 原始 sqlSourceentity - 实体ms - MappedStatementcontext - 调用方法上下文Copyright © 2023. All rights reserved.