XBatis-Code-Generator
XBatis-Code-Generator copied to clipboard
通过velocity模版生成XBatis SQL代码 生成基于Spring注解service、DAO(数据库的CRUD) 支持复合主键、数据库前缀过滤、数据库分表、分页查询、自定义SQL查询、自定义字段查询
Results
1
XBatis-Code-Generator issues
Sort by
recently updated
recently updated
newest added
after check the code you have written. I have found that you can reuse the com.mysql.jdbc.DatabaseMetaData for the database information which contains the enough information to generate the velocity or...