io.odysz.semantic.CRUD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of semantic.DA Show documentation
Show all versions of semantic.DA Show documentation
JDBC Data Access with Semantics Support
package io.odysz.semantic;
public class CRUD {
public static final String C = "I";
public static final String R = "R";
public static final String U = "U";
public static final String D = "D";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy