public class MybatisInvocation extends Object
| 构造器和说明 |
|---|
MybatisInvocation(Object[] args,
org.apache.ibatis.mapping.MappedStatement mappedStatement,
Object parameter,
org.apache.ibatis.executor.Executor executor,
AbstractDialect dbDialect,
int maxRowMonitor,
CopyOnWriteArrayList<String> whiteCopyList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs() |
AbstractDialect |
getDbDialect() |
org.apache.ibatis.executor.Executor |
getExecutor() |
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement() |
int |
getMaxRowMonitor() |
Object |
getParameter() |
CopyOnWriteArrayList<String> |
getWhiteCopyList() |
void |
setArgs(Object[] args) |
void |
setDbDialect(AbstractDialect dbDialect) |
void |
setExecutor(org.apache.ibatis.executor.Executor executor) |
void |
setMappedStatement(org.apache.ibatis.mapping.MappedStatement mappedStatement) |
void |
setMaxRowMonitor(int maxRowMonitor) |
void |
setParameter(Object parameter) |
void |
setWhiteCopyList(CopyOnWriteArrayList<String> whiteCopyList) |
public MybatisInvocation(Object[] args, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameter, org.apache.ibatis.executor.Executor executor, AbstractDialect dbDialect, int maxRowMonitor, CopyOnWriteArrayList<String> whiteCopyList)
public Object[] getArgs()
public void setArgs(Object[] args)
public org.apache.ibatis.mapping.MappedStatement getMappedStatement()
public void setMappedStatement(org.apache.ibatis.mapping.MappedStatement mappedStatement)
public Object getParameter()
public void setParameter(Object parameter)
public org.apache.ibatis.executor.Executor getExecutor()
public void setExecutor(org.apache.ibatis.executor.Executor executor)
public AbstractDialect getDbDialect()
public void setDbDialect(AbstractDialect dbDialect)
public int getMaxRowMonitor()
public void setMaxRowMonitor(int maxRowMonitor)
public CopyOnWriteArrayList<String> getWhiteCopyList()
public void setWhiteCopyList(CopyOnWriteArrayList<String> whiteCopyList)
Copyright © 2022. All rights reserved.