public final class MappedStatement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MappedStatement.Builder |
Modifier and Type | Method and Description |
---|---|
BoundSql |
getBoundSql(Object parameterObject) |
Cache |
getCache() |
Configuration |
getConfiguration() |
String |
getDatabaseId() |
Integer |
getFetchSize() |
String |
getId() |
String[] |
getKeyColumns() |
KeyGenerator |
getKeyGenerator() |
String[] |
getKeyProperties() |
LanguageDriver |
getLang() |
ParameterMap |
getParameterMap() |
String |
getResource() |
String[] |
getResulSets()
Deprecated.
Use
getResultSets() |
List<ResultMap> |
getResultMaps() |
String[] |
getResultSets() |
ResultSetType |
getResultSetType() |
SqlCommandType |
getSqlCommandType() |
SqlSource |
getSqlSource() |
Log |
getStatementLog() |
StatementType |
getStatementType() |
Integer |
getTimeout() |
boolean |
hasNestedResultMaps() |
boolean |
isFlushCacheRequired() |
boolean |
isResultOrdered() |
boolean |
isUseCache() |
public KeyGenerator getKeyGenerator()
public SqlCommandType getSqlCommandType()
public String getResource()
public Configuration getConfiguration()
public String getId()
public boolean hasNestedResultMaps()
public Integer getFetchSize()
public Integer getTimeout()
public StatementType getStatementType()
public ResultSetType getResultSetType()
public SqlSource getSqlSource()
public ParameterMap getParameterMap()
public Cache getCache()
public boolean isFlushCacheRequired()
public boolean isUseCache()
public boolean isResultOrdered()
public String getDatabaseId()
public String[] getKeyProperties()
public String[] getKeyColumns()
public Log getStatementLog()
public LanguageDriver getLang()
public String[] getResultSets()
@Deprecated public String[] getResulSets()
getResultSets()
Copyright © 2009–2020 MyBatis.org. All rights reserved.