| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.entity |
实体类
|
| com.baomidou.mybatisplus.enums |
枚举类
|
| com.baomidou.mybatisplus.toolkit |
工具包类
|
| 限定符和类型 | 方法和说明 |
|---|---|
DBType |
GlobalConfiguration.getDbType() |
static DBType |
GlobalConfiguration.getDbType(org.apache.ibatis.session.Configuration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DBType |
DBType.getDBType(String dbType)
获取数据库类型(默认 MySql)
|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DBType |
JdbcUtils.getDbType(String jdbcUrl)
根据连接地址判断数据库类型
|
Copyright © 2017. All rights reserved.