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