Uses of Package
org.apache.ibatis.mapping

Packages that use org.apache.ibatis.mapping
Package Description
org.apache.ibatis.binding
Binds mapper interfaces with mapped statements.
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.cursor.defaults
Default implementation for cursor feature.
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.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.