Package | Description |
---|---|
org.apache.ibatis.binding |
Bings 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 |
TODO fillme.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingException |
Modifier and Type | Class and Description |
---|---|
class |
BuilderException |
class |
IncompleteElementException |
Modifier and Type | Class and Description |
---|---|
class |
CacheException |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceException |
Modifier and Type | Class and Description |
---|---|
class |
TooManyResultsException |
Modifier and Type | Class and Description |
---|---|
class |
BatchExecutorException
This exception is thrown if a
java.sql.BatchUpdateException is caught
during the execution of any nested batch. |
class |
ExecutorException |
Modifier and Type | Class and Description |
---|---|
class |
ResultMapException |
Modifier and Type | Class and Description |
---|---|
class |
LogException |
Modifier and Type | Class and Description |
---|---|
class |
ParsingException |
Modifier and Type | Class and Description |
---|---|
class |
PluginException |
Modifier and Type | Class and Description |
---|---|
class |
ReflectionException |
Modifier and Type | Class and Description |
---|---|
class |
ScriptingException |
Modifier and Type | Class and Description |
---|---|
class |
SqlSessionException |
Modifier and Type | Class and Description |
---|---|
class |
TransactionException |
Modifier and Type | Class and Description |
---|---|
class |
TypeException |
Copyright © 2010–2015 MyBatis.org. All rights reserved.