XBatis-Code-Generator icon indicating copy to clipboard operation
XBatis-Code-Generator copied to clipboard

simple the code and refactor

Open lqjack opened this issue 8 years ago • 0 comments

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 freemark file.

secondly , you can extract the interface or abstract class to support different platform .

thirdly , you can implement the function which contains the configuration which user can specify the tables wanted .

lqjack avatar Sep 04 '16 10:09 lqjack