Package cn.org.rapid_framework.generator

Examples of cn.org.rapid_framework.generator.Generator


//        GeneratorProperties.setProperty(GeneratorConstants.JDBC_PASSWORD, "merchant");
       
        GeneratorProperties.setProperty("basepackage", "com.alipay.mquery.common.dal.air");
        GeneratorProperties.setProperty("appName", "rapid");
       
        g = new Generator();
        g.setSourceEncoding("GBK");
        g.setOutputEncoding("GBK");
        g.setOutRootDir("./target/temp/generate_by_sql_config");
    }
View Full Code Here

TOP

Related Classes of cn.org.rapid_framework.generator.Generator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.