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

com.github.silent.samurai.speedy.file.impl.models.JsonEntity Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.github.silent.samurai.speedy.file.impl.models;

import jakarta.validation.constraints.NotNull;
import java.util.List;

public class JsonEntity {

    @NotNull
    public String name;

    public List fields;

    @NotNull
    public boolean hasCompositeKey;

    public String dbTable;
    public String keyType;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy