org.smart.data.repository.util.StringClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smart-data-repository Show documentation
Show all versions of smart-data-repository Show documentation
ORM that simplifies database interactions.
package org.smart.data.repository.util;
/**
* @author ranzy on 2017/05/28.
*/
public class StringClass {
public static final String Date = "class java.util.Date";
public static final String Boolean = "class java.lang.Boolean";
}