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 | |
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
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
|
Enum | Description |
---|---|
FetchType | |
ParameterMode | |
ResultFlag | |
ResultSetType | |
SqlCommandType | |
StatementType |
Copyright © 2010–2015 MyBatis.org. All rights reserved.