All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sf.ext.gen.CodeGen Maven / Gradle / Ivy

The newest version!
package sf.ext.gen;


import sf.database.dbinfo.TableInfo;

/**
 * 代码生成接口
 */
public interface CodeGen {
    /**
     * @param entityPkg
     * @param entityClass
     * @param tableDesc
     * @param config
     * @param isDisplay
     */
    void genCode(String srcPath, String entityPkg, String entityClass, TableInfo tableDesc, GenConfig config, boolean isDisplay);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy