| 限定符和类型 | 字段和说明 |
|---|---|
AncestorDao |
DaoFactory.defaultDao
default dao
before using it,define @Autowired DaoFactory daoFactory is necessary
using method:daFactory.defaultDao.xxxxxx() to execute it
|
AncestorDao |
DaoFactory.dynamicDao
this default value is equals to defaultDao
use this param commonly,it is enough
|
| 限定符和类型 | 方法和说明 |
|---|---|
AncestorDao |
DaoFactory.getAncestorDaoByKey(String key)
transfer dao by key you set just now
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PosterityDao
the implement of
AncestorDao
only for mysql database operations
Created by wuwenbin on 2017/1/1. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Db2Template
AncestorDao的Db2的实现
created by Wuwenbin on 2017/11/29 at 21:35
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DerbyTemplate
AncestorDao的derby实现
created by Wuwenbin on 2017/11/29 at 21:45
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
H2Template
the implements of h2
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HsqlTemplate
AncestorDao的hsql实现
created by Wuwenbin on 2017/11/29 at 22:53
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InformixTemplate
AncestorDao的informix实现
created by Wuwenbin on 2017/11/29 at 22:57
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MysqlTemplate
the implement of mysql
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OracleTemplate
the implement of oracle
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PostgreSqlTemplate
the implements of postgresql
Created by wuwenbin on 2017/4/13.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SqliteTemplate
the implements of sqlite
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SqlServer2000Template
AncestorDao的SQLServer2000实现
created by Wuwenbin on 2017/11/29 at 23:25
|
class |
SqlServer2005Template
AncestorDao的SQLServer2000实现
created by Wuwenbin on 2017/11/29 at 23:25
|
Copyright © 2019. All rights reserved.