com.ivanceras.db.api.Match Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orm Show documentation
Show all versions of orm Show documentation
ORM - Core Library for Database
package com.ivanceras.db.api;
public class Match {
public static Boolean PRIMARY = true;
public static Boolean UNIQUE = false;
}