设计第一步

转换器设计说明

词汇表

模块中文英文英文简称
通用数据库databasedb
数据库的表tablen/a
数据库的表创建表的 SQL 语句SQL statement to create a tablen/a
数据库的表表名table namen/a
数据库的表表注释table commentn/a
数据库的表表中的列column in the tablen/a
数据库的表表中的主键primary keys in the tablen/a
数据库的表映射表的类名称class name of the mapping tablen/a
数据库的表映射表的类注释class comment of the mapping tablen/a
数据库的表映射表的类字段class field of mapping tablen/a

业务规则

规则编号模块规则描述举例影响的主要功能
1数据库的表创建表的 SQL 语句中能解析出表名-验证创建表的 SQL 语句有效

其他功能

包名、字段顺序、import 语句、自定义字段类型映射规则、过滤表名前缀、转驼峰命名

comments powered by Disqus