public interface SqlSourceCustomize
SqlSource| Modifier and Type | Field and Description |
|---|---|
static SqlSourceCustomize |
SPI |
| 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
|
static final SqlSourceCustomize SPI
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 - 原始 sqlSourceentity - 实体ms - MappedStatementcontext - 调用方法上下文Copyright © 2022. All rights reserved.