org.apache.ibatis.mapping
Class MappedStatement
java.lang.Object
org.apache.ibatis.mapping.MappedStatement
public final class MappedStatement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getKeyGenerator
public KeyGenerator getKeyGenerator()
getSqlCommandType
public SqlCommandType getSqlCommandType()
getResource
public String getResource()
getConfiguration
public Configuration getConfiguration()
getId
public String getId()
hasNestedResultMaps
public boolean hasNestedResultMaps()
getFetchSize
public Integer getFetchSize()
getTimeout
public Integer getTimeout()
getStatementType
public StatementType getStatementType()
getResultSetType
public ResultSetType getResultSetType()
getSqlSource
public SqlSource getSqlSource()
getParameterMap
public ParameterMap getParameterMap()
getResultMaps
public List<ResultMap> getResultMaps()
getCache
public Cache getCache()
isFlushCacheRequired
public boolean isFlushCacheRequired()
isUseCache
public boolean isUseCache()
getDatabaseId
public String getDatabaseId()
getKeyProperties
public String[] getKeyProperties()
getKeyColumns
public String[] getKeyColumns()
getStatementLog
public Log getStatementLog()
getBoundSql
public BoundSql getBoundSql(Object parameterObject)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.