public class InnerInterceptorContext extends Object
| 构造器和说明 |
|---|
InnerInterceptorContext(org.apache.ibatis.plugin.Invocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.mapping.BoundSql |
getBoundSql() |
org.apache.ibatis.executor.Executor |
getExecutor() |
org.apache.ibatis.plugin.Invocation |
getInvocation() |
Object |
getInvokedResult() |
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement() |
Object |
getParameter() |
org.apache.ibatis.mapping.SqlCommandType |
getSqlCommandType() |
boolean |
isSqlChanged() |
void |
setInvokedResult(Object invokedResult) |
void |
setSqlChanged(boolean sqlChanged) |
public InnerInterceptorContext(org.apache.ibatis.plugin.Invocation invocation)
public boolean isSqlChanged()
public void setSqlChanged(boolean sqlChanged)
public Object getInvokedResult()
public void setInvokedResult(Object invokedResult)
public org.apache.ibatis.mapping.SqlCommandType getSqlCommandType()
public org.apache.ibatis.mapping.MappedStatement getMappedStatement()
public org.apache.ibatis.plugin.Invocation getInvocation()
public org.apache.ibatis.executor.Executor getExecutor()
public Object getParameter()
public org.apache.ibatis.mapping.BoundSql getBoundSql()
Copyright © 2024. All rights reserved.