public class OnceContextVal extends Object
| 构造器和说明 |
|---|
OnceContextVal(String groupName,
org.apache.ibatis.plugin.Invocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs() |
org.apache.ibatis.mapping.BoundSql |
getBoundSql() |
String |
getCacheKey() |
String |
getConcurrentLockKey() |
MapperMetadata |
getEntityInfo() |
org.apache.ibatis.executor.Executor |
getExecutor() |
String |
getGroupName() |
org.apache.ibatis.mapping.MappedStatement |
getMappedStatement() |
String |
getMapperNameSpace() |
Page<?> |
getPageObject() |
Object |
getParameter() |
QueryCacheMethodMetadata |
getQueryMethodMetadata() |
String |
getSql() |
Map<String,String> |
getTableNameMapping() |
boolean |
isSelect() |
boolean |
isSelectByPrimaryKey() |
boolean |
isSqlRewrited() |
boolean |
isUsingDataPermission() |
void |
setCacheKey(String cacheKey) |
void |
setConcurrentLockKey(String concurrentLockKey) |
void |
setGroupName(String groupName) |
void |
setPageObject(Page<?> pageObject) |
void |
setQueryCacheMetadata(QueryCacheMethodMetadata queryMethodMetadata) |
void |
setRewriteSql(String sql) |
void |
setTableNameMapping(Map<String,String> tableNameMapping) |
void |
setUsingDataPermission(boolean usingDataPermission) |
public OnceContextVal(String groupName, org.apache.ibatis.plugin.Invocation invocation)
public void setGroupName(String groupName)
public String getGroupName()
public org.apache.ibatis.executor.Executor getExecutor()
public String getConcurrentLockKey()
public void setConcurrentLockKey(String concurrentLockKey)
public boolean isSelect()
public String getSql()
public void setRewriteSql(String sql)
public Object[] getArgs()
public org.apache.ibatis.mapping.MappedStatement getMappedStatement()
public MapperMetadata getEntityInfo()
public Object getParameter()
public org.apache.ibatis.mapping.BoundSql getBoundSql()
public QueryCacheMethodMetadata getQueryMethodMetadata()
public void setQueryCacheMetadata(QueryCacheMethodMetadata queryMethodMetadata)
public void setCacheKey(String cacheKey)
public String getMapperNameSpace()
public boolean isSelectByPrimaryKey()
public String getCacheKey()
public Page<?> getPageObject()
public void setPageObject(Page<?> pageObject)
public boolean isSqlRewrited()
public boolean isUsingDataPermission()
public void setUsingDataPermission(boolean usingDataPermission)
Copyright © 2025. All rights reserved.