
com.github.obase.mysql.data.PrimaryKeyAnnotation 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.Using;
public class PrimaryKeyAnnotation {
public Using using;
public List columns;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy