001package io.ebean;
002
003/**
004 * An expression that is part of a WHERE or HAVING clause.
005 */
006public interface Expression {
007
008}