org.teamapps.pojo.template.ModelProvider.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of universal-db Show documentation
Show all versions of universal-db Show documentation
Ultra fast TeamApps database
The newest version!
package {package};
import org.teamapps.universaldb.model.*;
import org.teamapps.universaldb.schema.ModelProvider;
import java.util.Arrays;
public class {type} implements ModelProvider {
@Override
public DatabaseModel getModel() {
{model}
return model;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy