| 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.builder.annotation |
Parses annotions to create a Configuration
|
| org.apache.ibatis.executor |
Contains the statement executors.
|
| org.apache.ibatis.executor.keygen |
Contains the key generators
|
| org.apache.ibatis.executor.loader |
Base package for loading results into beans
|
| org.apache.ibatis.executor.resultset |
Contains the result processing logic
|
| org.apache.ibatis.executor.statement |
Statement handlers.
|
| org.apache.ibatis.mapping |
TODO fillme.
|
| org.apache.ibatis.scripting |
Base package for languages.
|
| org.apache.ibatis.scripting.defaults |
Default beans for languages.
|
| org.apache.ibatis.scripting.xmltags |
Default XML MyBatis language.
|
| org.apache.ibatis.session |
Base package.
|
| Class and Description |
|---|
| SqlCommandType |
| Class and Description |
|---|
| BoundSql |
| Discriminator |
| MappedStatement |
| ParameterMap |
| ParameterMapping |
| ParameterMode |
| ResultFlag |
| ResultMap |
| ResultMapping |
| ResultSetType |
| SqlCommandType |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| StatementType |
| Class and Description |
|---|
| BoundSql |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| Class and Description |
|---|
| MappedStatement |
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| ResultMap |
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| Class and Description |
|---|
| BoundSql |
| CacheBuilder |
| DatabaseIdProvider
Should return an id to identify the type of this database.
|
| Discriminator |
| Environment |
| Environment.Builder |
| FetchType |
| MappedStatement |
| MappedStatement.Builder |
| ParameterMap |
| ParameterMapping |
| ParameterMapping.Builder |
| ParameterMode |
| ResultFlag |
| ResultMap |
| ResultMap.Builder |
| ResultMapping |
| ResultMapping.Builder |
| ResultSetType |
| SqlCommandType |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| StatementType |
| VendorDatabaseIdProvider
Vendor DatabaseId provider
It returns database product name as a databaseId
If the user provides a properties it uses it to translate database product name
key="Microsoft SQL Server", value="ms" will return "ms"
It can return null, if no database product name or
a properties was specified and no translation was found
|
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| Class and Description |
|---|
| BoundSql |
| MappedStatement |
| SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
| Class and Description |
|---|
| BoundSql |
| Environment |
| MappedStatement |
| ParameterMap |
| ResultMap |
Copyright © 2010–2015 MyBatis.org. All rights reserved.