
com.github.obase.mysql.data.ReferenceAnnotation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obase-mysql Show documentation
Show all versions of obase-mysql Show documentation
A very simple/efficient Mysql Client Framework
The newest version!
package com.github.obase.mysql.data;
import java.util.List;
import com.github.obase.mysql.annotation.Match;
import com.github.obase.mysql.annotation.Option;
public class ReferenceAnnotation {
public String name;
public List columns;
public String targetTable;
public List targetColumns;
public Match match;
public Option onDelete;
public Option onUpdate;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy