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

org.eweb4j.solidbase.SqlCreator Maven / Gradle / Ivy

The newest version!
package org.eweb4j.solidbase;

import org.eweb4j.config.EWeb4JConfig;
import org.eweb4j.orm.sql.Model2Table;

public class SqlCreator {

	public static void main(String[] args){
		EWeb4JConfig.start("start.xml");
		Model2Table.write("solidbase.sql");
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy