Class MappedStatementConfig

java.lang.Object
com.ibatis.sqlmap.engine.config.MappedStatementConfig

public class MappedStatementConfig extends Object
The Class MappedStatementConfig.
  • Method Details

    • setSelectKeyStatement

      public void setSelectKeyStatement(SqlSource processor, String resultClassName, String keyPropName, boolean runAfterSQL, String type)
      Sets the select key statement.
      Parameters:
      processor - the processor
      resultClassName - the result class name
      keyPropName - the key prop name
      runAfterSQL - the run after SQL
      type - the type
    • getMappedStatement

      public MappedStatement getMappedStatement()
      Gets the mapped statement.
      Returns:
      the mapped statement