| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.client.persistence | |
| xyz.hellothomas.jedi.client.util |
| 限定符和类型 | 方法和说明 |
|---|---|
DBUtil.DBType |
NoTxJdbcTemplate.getDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NoTxJdbcTemplate.setDbType(DBUtil.DBType dbType) |
| 构造器和说明 |
|---|
NoTxJdbcTemplate(DataSource dataSource,
boolean lazyInit,
DBUtil.DBType dbType) |
NoTxJdbcTemplate(DataSource dataSource,
DBUtil.DBType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DBUtil.DBType |
DBUtil.getDBType(DataSource dataSource) |
static DBUtil.DBType |
DBUtil.DBType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DBUtil.DBType[] |
DBUtil.DBType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022 hellothomas. All rights reserved.