Class MappedStatement


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

      • getResource

        public String getResource()
      • getId

        public String getId()
      • hasNestedResultMaps

        public boolean hasNestedResultMaps()
      • getFetchSize

        public Integer getFetchSize()
      • getTimeout

        public Integer getTimeout()
      • getSqlSource

        public SqlSource getSqlSource()
      • 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()
      • getResultSets

        public String[] getResultSets()
      • getBoundSql

        public BoundSql getBoundSql​(Object parameterObject)