| 接口 | 说明 |
|---|---|
| DBStyle |
用来描述数据库差异,主键生成,sql语句,翻页等
|
| KeyWordHandler | |
| TypeHandler |
| 类 | 说明 |
|---|---|
| AbstractDBStyle |
按照mysql来的,oralce需要重载insert,page方法
|
| ClassDesc |
找到bean定义和数据库定义共有的部分,作为实际操作的sql语句
|
| ColDesc |
列描述
|
| DB2SqlStyle |
数据库差异:mysql数据库
|
| DefaultKeyWordHandler | |
| H2Style |
数据库差异:h2.
|
| KeyHolder | |
| MetadataManager | |
| MySqlStyle |
数据库差异:mysql数据库
|
| OracleStyle | |
| PostgresStyle | |
| SQLiteStyle |
SQLite 数据库
Created by mikey.zhaopeng on 2015/11/18.
|
| SqlServer2012Style |
SQL Server 2012以上版本请使用此DBStyle,对翻页做了优化
|
| SqlServerStyle | |
| TableDesc |
数据库注解
|
Copyright © 2018. All rights reserved.