Uses of Class
org.apache.ibatis.exceptions.PersistenceException
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 PersistenceException in org.apache.ibatis.binding
Subclasses of PersistenceException in org.apache.ibatis.binding Modifier and Type Class Description class
BindingException
-
Uses of PersistenceException in org.apache.ibatis.builder
Subclasses of PersistenceException in org.apache.ibatis.builder Modifier and Type Class Description class
BuilderException
class
IncompleteElementException
-
Uses of PersistenceException in org.apache.ibatis.cache
Subclasses of PersistenceException in org.apache.ibatis.cache Modifier and Type Class Description class
CacheException
-
Uses of PersistenceException in org.apache.ibatis.datasource
Subclasses of PersistenceException in org.apache.ibatis.datasource Modifier and Type Class Description class
DataSourceException
-
Uses of PersistenceException in org.apache.ibatis.exceptions
Subclasses of PersistenceException in org.apache.ibatis.exceptions Modifier and Type Class Description class
TooManyResultsException
-
Uses of PersistenceException in org.apache.ibatis.executor
Subclasses of PersistenceException 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 PersistenceException in org.apache.ibatis.executor.result
Subclasses of PersistenceException in org.apache.ibatis.executor.result Modifier and Type Class Description class
ResultMapException
-
Uses of PersistenceException in org.apache.ibatis.logging
Subclasses of PersistenceException in org.apache.ibatis.logging Modifier and Type Class Description class
LogException
-
Uses of PersistenceException in org.apache.ibatis.parsing
Subclasses of PersistenceException in org.apache.ibatis.parsing Modifier and Type Class Description class
ParsingException
-
Uses of PersistenceException in org.apache.ibatis.plugin
Subclasses of PersistenceException in org.apache.ibatis.plugin Modifier and Type Class Description class
PluginException
-
Uses of PersistenceException in org.apache.ibatis.reflection
Subclasses of PersistenceException in org.apache.ibatis.reflection Modifier and Type Class Description class
ReflectionException
-
Uses of PersistenceException in org.apache.ibatis.scripting
Subclasses of PersistenceException in org.apache.ibatis.scripting Modifier and Type Class Description class
ScriptingException
-
Uses of PersistenceException in org.apache.ibatis.session
Subclasses of PersistenceException in org.apache.ibatis.session Modifier and Type Class Description class
SqlSessionException
-
Uses of PersistenceException in org.apache.ibatis.transaction
Subclasses of PersistenceException in org.apache.ibatis.transaction Modifier and Type Class Description class
TransactionException
-
Uses of PersistenceException in org.apache.ibatis.type
Subclasses of PersistenceException in org.apache.ibatis.type Modifier and Type Class Description class
TypeException