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.6.20
Show newest version
package {package};

import org.teamapps.universaldb.schema.*;

public class {type} implements SchemaInfoProvider {

	public static Schema create() {
		return new {type}().getSchema();
	}

	public Schema getSchema() {
		return Schema.parse(getSchemaDefinition());
	}

    public String getSchemaDefinition() {
        return {schema}
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy