Uses of Package
org.apache.ibatis.executor.parameter

Packages that use org.apache.ibatis.executor.parameter
org.apache.ibatis.executor.resultset TODO fillme. 
org.apache.ibatis.executor.statement TODO fillme. 
org.apache.ibatis.scripting   
org.apache.ibatis.scripting.defaults   
org.apache.ibatis.scripting.xmltags   
org.apache.ibatis.session TODO fillme. 
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.executor.resultset
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.executor.statement
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.scripting
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.scripting.defaults
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.scripting.xmltags
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 

Classes in org.apache.ibatis.executor.parameter used by org.apache.ibatis.session
ParameterHandler
          A parameter handler sets the parameters of the PreparedStatement
 



Copyright © 2010-2013 MyBatis.org. All Rights Reserved.