Package | Description |
---|---|
org.apache.ibatis.mapping |
TODO fillme.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDatabaseIdProvider
Deprecated.
|
class |
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
|
Copyright © 2010–2015 MyBatis.org. All rights reserved.