org.apache.ibatis.mapping
Class MappedStatement

java.lang.Object
  extended by org.apache.ibatis.mapping.MappedStatement

public class MappedStatement
extends java.lang.Object


Nested Class Summary
static class MappedStatement.Builder
           
 
Method Summary
 BoundSql getBoundSql(java.lang.Object parameterObject)
           
 Cache getCache()
           
 Configuration getConfiguration()
           
 java.lang.Integer getFetchSize()
           
 java.lang.String getId()
           
 KeyGenerator getKeyGenerator()
           
 java.lang.String getKeyProperty()
           
 ParameterMap getParameterMap()
           
 java.lang.String getResource()
           
 java.util.List<ResultMap> getResultMaps()
           
 ResultSetType getResultSetType()
           
 SqlCommandType getSqlCommandType()
           
 SqlSource getSqlSource()
           
 StatementType getStatementType()
           
 java.lang.Integer getTimeout()
           
 boolean hasNestedResultMaps()
           
 boolean isFlushCacheRequired()
           
 boolean isUseCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.