com.ibatis.sqlmap.engine.config
Class MappedStatementConfig

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

public class MappedStatementConfig
extends Object


Method Summary
 MappedStatement getMappedStatement()
           
 void setSelectKeyStatement(SqlSource processor, String resultClassName, String keyPropName, boolean runAfterSQL, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSelectKeyStatement

public void setSelectKeyStatement(SqlSource processor,
                                  String resultClassName,
                                  String keyPropName,
                                  boolean runAfterSQL,
                                  String type)

getMappedStatement

public MappedStatement getMappedStatement()


Copyright © 2010. All Rights Reserved.