com.avaje.ebean.Expression Maven / Gradle / Ivy
package com.avaje.ebean;
/**
* An expression that is part of a WHERE or HAVING clause.
*/
public interface Expression {
}
package com.avaje.ebean;
/**
* An expression that is part of a WHERE or HAVING clause.
*/
public interface Expression {
}