Uses of Class
org.apache.ibatis.mapping.BoundSql

Packages that use BoundSql
Package Description
org.apache.ibatis.builder
Base package for the Configuration building code.
org.apache.ibatis.builder.annotation
Parses annotions to create a Configuration.
org.apache.ibatis.executor
Contains the statement executors.
org.apache.ibatis.executor.loader
Base package for loading results into beans.
org.apache.ibatis.executor.resultset
Contains the result processing logic.
org.apache.ibatis.executor.statement
Statement handlers.
org.apache.ibatis.mapping
Base package for mapping.
org.apache.ibatis.scripting
Base package for languages.
org.apache.ibatis.scripting.defaults
Default beans for languages.
org.apache.ibatis.scripting.xmltags
Default XML MyBatis language.
org.apache.ibatis.session
Base package.