com.quhaodian.data.page.Condition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discover-hibernate-common Show documentation
Show all versions of discover-hibernate-common Show documentation
discover-hibernate_common is a lib for hibernate
package com.quhaodian.data.page;
/**
* @author 陈联高
* @version 1.01 2017年02月114日
*/
public enum Condition {
AND, OR
}