Uses of Interface
io.ebeaninternal.api.SpiExpression
Packages that use SpiExpression
Package
Description
Expressions for building WHERE clauses.
-
Uses of SpiExpression in io.ebeaninternal.api
Subinterfaces of SpiExpression in io.ebeaninternal.apiModifier and TypeInterfaceDescriptioninterfaceInternal extension of ExpressionList.Methods in io.ebeaninternal.api that return SpiExpressionModifier and TypeMethodDescriptiondefault SpiExpressionSpiExpression.copy()Return a copy of the expression (as part of creating a query copy).SpiExpression.copyForPlanKey()Return a copy of the expression for use in the query plan key.Methods in io.ebeaninternal.api that return types with arguments of type SpiExpressionModifier and TypeMethodDescriptionSpiExpressionList.underlyingList()Return the underlying list of expressions.Methods in io.ebeaninternal.api with parameters of type SpiExpressionModifier and TypeMethodDescriptionbooleanSpiExpression.isSameByBind(SpiExpression other) Return true if the expression is the same with respect to bind values. -
Uses of SpiExpression in io.ebeaninternal.server.expression
Classes in io.ebeaninternal.server.expression that implement SpiExpressionModifier and TypeClassDescriptionclassDefault implementation of ExpressionList.final classfinal classIn a collection of ID values.final classfinal classFields in io.ebeaninternal.server.expression with type parameters of type SpiExpressionMethods in io.ebeaninternal.server.expression that return types with arguments of type SpiExpressionModifier and TypeMethodDescriptionDefaultExpressionList.internalList()DefaultExpressionList.underlyingList()Methods in io.ebeaninternal.server.expression with parameters of type SpiExpressionModifier and TypeMethodDescriptionbooleanDefaultExpressionList.isSameByBind(SpiExpression other) booleanIdInExpression.isSameByBind(SpiExpression other) booleanInExpression.isSameByBind(SpiExpression other) booleanSimpleExpression.isSameByBind(SpiExpression other) Method parameters in io.ebeaninternal.server.expression with type arguments of type SpiExpressionModifier and TypeMethodDescriptionvoidDefaultExpressionList.setUnderlying(List<SpiExpression> groupedByNesting) Replace the underlying expression list with one organised by nested path.