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

org.artifact.builder.design.DesignRelation Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.artifact.builder.design;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@AllArgsConstructor
public class DesignRelation {
	
	private DesignTable table;
	
	private DesignColumn column;
	
	private boolean unique;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy