Class CQueryPredicates

java.lang.Object
io.ebeaninternal.server.query.CQueryPredicates

public final class CQueryPredicates extends Object
Compile Query Predicates.

This includes the where and having expressions which can be made up of Strings with named parameters or Expression objects.

This builds the appropriate bits of where and having clauses and binds the named parameters and expression values into the prepared statement.