package io.ebean;

An expression that is part of a WHERE or HAVING clause.
/** * An expression that is part of a WHERE or HAVING clause. */
public interface Expression { }