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

com.github.jingshouyan.jdbc.comm.bean.IndexInfo Maven / Gradle / Ivy

package com.github.jingshouyan.jdbc.comm.bean;

import lombok.Data;

import java.util.ArrayList;
import java.util.List;

/**
 * @author jingshouyan
 * #date 2019/5/15 15:34
 */

@Data
public class IndexInfo {
    List columnInfos = new ArrayList<>();
    boolean unique = false;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy