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

org.teamapps.pojo.template.SchemaInterface.txt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package {package};

import org.teamapps.universaldb.schema.SchemaInfoProvider;

public class SchemaInfo implements SchemaInfoProvider {

	public static SchemaInfo create() {
		return new SchemaInfo();
	}

	public String getSchema() {
		return {schema}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy