Uses of Class
org.apache.ibatis.exceptions.PersistenceException
Package
Description
Binds mapper interfaces with mapped statements.
Base package for the Configuration building code.
Base package for caching stuff.
Base package for Datasources.
Base package for exceptions.
Contains the statement executors.
Contains the result handlers.
Base package for logging.
Parsing utils.
Base package for handing plugins.
Reflection utils.
Base package for languages.
Base package.
Base package for transactions.
Type handlers.
-
Uses of PersistenceException in org.apache.ibatis.binding
-
Uses of PersistenceException in org.apache.ibatis.builder
-
Uses of PersistenceException in org.apache.ibatis.cache
-
Uses of PersistenceException in org.apache.ibatis.datasource
-
Uses of PersistenceException in org.apache.ibatis.exceptions
-
Uses of PersistenceException in org.apache.ibatis.executor
Modifier and TypeClassDescriptionclass
This exception is thrown if ajava.sql.BatchUpdateException
is caught during the execution of any nested batch.class
-
Uses of PersistenceException in org.apache.ibatis.executor.result
-
Uses of PersistenceException in org.apache.ibatis.logging
-
Uses of PersistenceException in org.apache.ibatis.parsing
-
Uses of PersistenceException in org.apache.ibatis.plugin
-
Uses of PersistenceException in org.apache.ibatis.reflection
-
Uses of PersistenceException in org.apache.ibatis.scripting
-
Uses of PersistenceException in org.apache.ibatis.session
-
Uses of PersistenceException in org.apache.ibatis.transaction
-
Uses of PersistenceException in org.apache.ibatis.type