io.ebean.Expression Maven / Gradle / Ivy
package io.ebean;
/**
* An expression that is part of a WHERE or HAVING clause.
*/
public interface Expression {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package io.ebean;
/**
* An expression that is part of a WHERE or HAVING clause.
*/
public interface Expression {
}