Class MappedStatement

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

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

    • getKeyGenerator Link icon

      public KeyGenerator getKeyGenerator()
    • getSqlCommandType Link icon

      public SqlCommandType getSqlCommandType()
    • getResource Link icon

      public String getResource()
    • getConfiguration Link icon

      public Configuration getConfiguration()
    • getId Link icon

      public String getId()
    • hasNestedResultMaps Link icon

      public boolean hasNestedResultMaps()
    • getFetchSize Link icon

      public Integer getFetchSize()
    • getTimeout Link icon

      public Integer getTimeout()
    • getStatementType Link icon

      public StatementType getStatementType()
    • getResultSetType Link icon

      public ResultSetType getResultSetType()
    • getSqlSource Link icon

      public SqlSource getSqlSource()
    • getParameterMap Link icon

      public ParameterMap getParameterMap()
    • getResultMaps Link icon

      public List<ResultMap> getResultMaps()
    • getCache Link icon

      public Cache getCache()
    • isFlushCacheRequired Link icon

      public boolean isFlushCacheRequired()
    • isUseCache Link icon

      public boolean isUseCache()
    • isResultOrdered Link icon

      public boolean isResultOrdered()
    • getDatabaseId Link icon

      public String getDatabaseId()
    • getKeyProperties Link icon

      public String[] getKeyProperties()
    • getKeyColumns Link icon

      public String[] getKeyColumns()
    • getStatementLog Link icon

      public Log getStatementLog()
    • getLang Link icon

      public LanguageDriver getLang()
    • getResultSets Link icon

      public String[] getResultSets()
    • isDirtySelect Link icon

      public boolean isDirtySelect()
    • getResulSets Link icon

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

      public BoundSql getBoundSql(Object parameterObject)