
com.avaje.ebean.Expression Maven / Gradle / Ivy
The newest version!
package com.avaje.ebean;
import java.io.Serializable;
/**
* An expression that is part of a WHERE or HAVING clause.
*/
public interface Expression extends Serializable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy