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

com.lifeonwalden.codeGenerator.dll.DatabaseGenerator Maven / Gradle / Ivy

Go to download

A tool to auto generate MyBatis mapping/DAO interface, DTO, and DDL based on the table definition

There is a newer version: 2.2.2
Show newest version
package com.lifeonwalden.codeGenerator.dll;

import com.lifeonwalden.codeGenerator.bean.Database;
import com.lifeonwalden.codeGenerator.bean.config.Config;

public interface DatabaseGenerator {
    String generate(Database database, Config config);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy