Class MappedStatement

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

public final class MappedStatement
extends Object
Author:
Clinton Begin
  • Method Details

    • 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()
    • isResultOrdered

      public boolean isResultOrdered()
    • getDatabaseId

      public String getDatabaseId()
    • getKeyProperties

      public String[] getKeyProperties()
    • getKeyColumns

      public String[] getKeyColumns()
    • getStatementLog

      public Log getStatementLog()
    • getLang

      public LanguageDriver getLang()
    • getResultSets

      public String[] getResultSets()
    • getResulSets

      @Deprecated public String[] getResulSets()
      Deprecated.
      Gets the resul sets.
      Returns:
      the resul sets
    • getBoundSql

      public BoundSql getBoundSql​(Object parameterObject)