JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.apache.ibatis.executor.parameter
package
org.apache.ibatis.executor.parameter
Base package for handling parameters.
Related Packages
Package
Description
org.apache.ibatis.executor
Contains the statement executors.
org.apache.ibatis.executor.keygen
Contains the key generators.
org.apache.ibatis.executor.loader
Base package for loading results into beans.
org.apache.ibatis.executor.result
Contains the result handlers.
org.apache.ibatis.executor.resultset
Contains the result processing logic.
org.apache.ibatis.executor.statement
Statement handlers.
Interfaces
Class
Description
ParameterHandler
A parameter handler sets the parameters of the
PreparedStatement
.