Uses of Class
org.apache.ibatis.exceptions.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.
|
-
Uses of IbatisException in org.apache.ibatis.binding
Subclasses of IbatisException in org.apache.ibatis.binding Modifier and Type Class Description class
BindingException
-
Uses of IbatisException in org.apache.ibatis.builder
Subclasses of IbatisException in org.apache.ibatis.builder Modifier and Type Class Description class
BuilderException
class
IncompleteElementException
-
Uses of IbatisException in org.apache.ibatis.cache
Subclasses of IbatisException in org.apache.ibatis.cache Modifier and Type Class Description class
CacheException
-
Uses of IbatisException in org.apache.ibatis.datasource
Subclasses of IbatisException in org.apache.ibatis.datasource Modifier and Type Class Description class
DataSourceException
-
Uses of IbatisException in org.apache.ibatis.exceptions
Subclasses of IbatisException in org.apache.ibatis.exceptions Modifier and Type Class Description class
PersistenceException
class
TooManyResultsException
-
Uses of IbatisException in org.apache.ibatis.executor
Subclasses of IbatisException in org.apache.ibatis.executor Modifier and Type Class Description class
BatchExecutorException
This exception is thrown if ajava.sql.BatchUpdateException
is caught during the execution of any nested batch.class
ExecutorException
-
Uses of IbatisException in org.apache.ibatis.executor.result
Subclasses of IbatisException in org.apache.ibatis.executor.result Modifier and Type Class Description class
ResultMapException
-
Uses of IbatisException in org.apache.ibatis.logging
Subclasses of IbatisException in org.apache.ibatis.logging Modifier and Type Class Description class
LogException
-
Uses of IbatisException in org.apache.ibatis.parsing
Subclasses of IbatisException in org.apache.ibatis.parsing Modifier and Type Class Description class
ParsingException
-
Uses of IbatisException in org.apache.ibatis.plugin
Subclasses of IbatisException in org.apache.ibatis.plugin Modifier and Type Class Description class
PluginException
-
Uses of IbatisException in org.apache.ibatis.reflection
Subclasses of IbatisException in org.apache.ibatis.reflection Modifier and Type Class Description class
ReflectionException
-
Uses of IbatisException in org.apache.ibatis.scripting
Subclasses of IbatisException in org.apache.ibatis.scripting Modifier and Type Class Description class
ScriptingException
-
Uses of IbatisException in org.apache.ibatis.session
Subclasses of IbatisException in org.apache.ibatis.session Modifier and Type Class Description class
SqlSessionException
-
Uses of IbatisException in org.apache.ibatis.transaction
Subclasses of IbatisException in org.apache.ibatis.transaction Modifier and Type Class Description class
TransactionException
-
Uses of IbatisException in org.apache.ibatis.type
Subclasses of IbatisException in org.apache.ibatis.type Modifier and Type Class Description class
TypeException