Uses of Class
org.apache.ibatis.exceptions.IbatisException

Packages that use IbatisException
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.cache
Base package for caching stuff.
org.apache.ibatis.datasource
Base package for Datasources.
org.apache.ibatis.exceptions
Base package for exceptions.
org.apache.ibatis.executor
Contains the statement executors.
org.apache.ibatis.executor.result
Contains the result handlers.
org.apache.ibatis.logging
Base package for logging.
org.apache.ibatis.parsing
Parsing utils.
org.apache.ibatis.plugin
Base package for handing plugins.
org.apache.ibatis.reflection
Reflection utils.
org.apache.ibatis.scripting
Base package for languages.
org.apache.ibatis.session
Base package.
org.apache.ibatis.transaction
Base package for transactions.
org.apache.ibatis.type
Type handlers.