![JAR search and dependency download from the Maven repository](/logo.png)
com.github.javaclub.jorm.jdbc.criterion.Criterion Maven / Gradle / Ivy
/*
* @(#)Criterion.java 2011-7-22
*
* Copyright (c) 2011. All Rights Reserved.
*
*/
package com.github.javaclub.jorm.jdbc.criterion;
import java.io.Serializable;
/**
* Criterion
*
* @author Gerald Chen
* @version $Id: Criterion.java 2011-7-22 下午01:34:26 Exp $
*/
public interface Criterion extends Serializable {
public String toSqlString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy