MyBatis相關代碼生成器:mybatis generator

jopen 10年前發布 | 21K 次閱讀 MyBatis3 持久層框架 mybatis generator

mybatis generator 是根據已創建的數據庫數據表生成相映的 entity ,dao ,daoImpl ,sqlmap。

mybatis-generator

Code generator for MyBatis and iBATIS.

It will generate code for all versions of MyBatis, and versions of iBATIS after version 2.2.0. It will introspect a database table (or many tables) and will generate artifacts that can be used to access the table(s). This lessens the initial nuisance of setting up objects and configuration files to interact with database tables. MBG seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete).

項目主頁:http://www.baiduhome.net/lib/view/home/1436324508411

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!