| Interface | Description |
|---|---|
| DatabaseIdProvider |
Should return an id to identify the type of this database.
|
| SqlSource |
Represents the content of a mapped statement read from an XML file or an annotation.
|
| Class | Description |
|---|---|
| BoundSql |
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
| CacheBuilder | |
| DefaultDatabaseIdProvider | Deprecated |
| Discriminator | |
| Discriminator.Builder | |
| Environment | |
| Environment.Builder | |
| MappedStatement | |
| MappedStatement.Builder | |
| ParameterMap | |
| ParameterMap.Builder | |
| ParameterMapping | |
| ParameterMapping.Builder | |
| ResultMap | |
| ResultMap.Builder | |
| ResultMapping | |
| ResultMapping.Builder | |
| VendorDatabaseIdProvider |
Vendor DatabaseId provider.
|
| Enum | Description |
|---|---|
| FetchType | |
| ParameterMode | |
| ResultFlag | |
| ResultSetType | |
| SqlCommandType | |
| StatementType |
Copyright © 2009–2021 MyBatis.org. All rights reserved.