| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractDao
抽象Dao,所有Dao实现都应该继承俺
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IDao |
DaoFactory.getDao()
获取默认DB配置的Dao
|
static IDao |
DaoFactory.getDao(DaoType daoType)
获取指定Dao类型的默认DB配置的Dao
|
static IDao |
DaoFactory.getDao(String alias)
根据别名获取Dao
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ISqlDao
SQLDao接口
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractSqlDao
抽象SqlDao
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ASqlDao
SqlDao的默认实现
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MysqlDao
Mysql Dao
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OracleDao
Oracle Dao
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SqlserverDao
SqlServer Dao
|
Copyright © 2023. All Rights Reserved.