org.dbtools.gen.DBToolsInit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbtools-gen Show documentation
Show all versions of dbtools-gen Show documentation
DBTools ORM Class Generator.
package org.dbtools.gen;
public class DBToolsInit {
public void initDBTools(String schemaDir) {
DBToolsFiles.copyXsdFileToSchemaDir(schemaDir);
DBToolsFiles.copySampleSchemaFileToSchemaDir(schemaDir);
}
}