Uses of Interface
io.ebeaninternal.api.SpiExpressionList
Packages that use SpiExpressionList
Package
Description
Expressions for building WHERE clauses.
-
Uses of SpiExpressionList in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiExpressionListModifier and TypeMethodDescriptionSpiQuery.havingExpressions()Can return null if no expressions where added to the having clause.SpiExpressionList.trimPath(int prefixTrim) Return a copy of the ExpressionList with the path trimmed for filterMany() expressions.SpiQuery.whereExpressions()Can return null if no expressions where added to the where clause. -
Uses of SpiExpressionList in io.ebeaninternal.server.expression
Classes in io.ebeaninternal.server.expression that implement SpiExpressionListModifier and TypeClassDescriptionclassDefault implementation of ExpressionList.final classMethods in io.ebeaninternal.server.expression that return SpiExpressionListModifier and TypeMethodDescriptionDefaultExpressionList.trimPath(int prefixTrim) FilterExpressionList.trimPath(int prefixTrim) Constructors in io.ebeaninternal.server.expression with parameters of type SpiExpressionListModifierConstructorDescriptionDefaultExpressionRequest(SpiOrmQueryRequest<?> queryRequest, DeployParser deployParser, Binder binder, SpiExpressionList<?> expressionList) -
Uses of SpiExpressionList in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return SpiExpressionListModifier and TypeMethodDescription<T> SpiExpressionList<T> OrmQueryProperties.filterMany(Query<T> rootQuery) Return the expressions used to filter on this path.OrmQueryProperties.getFilterMany()Return the filterMany expression list (can be null).final SpiExpressionList<T> DefaultOrmQuery.havingExpressions()final SpiExpressionList<T> DefaultOrmQuery.whereExpressions()Methods in io.ebeaninternal.server.querydefn with parameters of type SpiExpressionListModifier and TypeMethodDescriptionvoidOrmQueryProperties.setFilterMany(SpiExpressionList<?> filterMany) Set the filterMany expression list.