Uses of Interface
io.ebeaninternal.api.SpiExpressionRequest
Packages that use SpiExpressionRequest
Package
Description
Bean description
Expressions for building WHERE clauses.
-
Uses of SpiExpressionRequest in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiExpressionRequestModifier and TypeMethodDescriptionSpiExpressionRequest.append(char c) Append to the expression sql without any parsing.Append to the expression sql without any parsing.Append to the expression sql with logical property parsing to db columns with logical path prefix.Append to the expression sql with logical property parsing to db columns with logical path prefix.Methods in io.ebeaninternal.api with parameters of type SpiExpressionRequestModifier and TypeMethodDescriptionvoidSpiExpression.addSql(SpiExpressionRequest request) Add some sql to the query. -
Uses of SpiExpressionRequest in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type SpiExpressionRequestModifier and TypeMethodDescriptionBeanFkeyProperty.assocIsEmpty(SpiExpressionRequest request, String path) BeanProperty.assocIsEmpty(SpiExpressionRequest request, String path) BeanPropertyAssocMany.assocIsEmpty(SpiExpressionRequest request, String path) -
Uses of SpiExpressionRequest in io.ebeaninternal.server.el
Methods in io.ebeaninternal.server.el with parameters of type SpiExpressionRequestModifier and TypeMethodDescriptionElPropertyChain.assocIsEmpty(SpiExpressionRequest request, String path) ElPropertyValue.assocIsEmpty(SpiExpressionRequest request, String path) Return the logical where clause to support "Is empty". -
Uses of SpiExpressionRequest in io.ebeaninternal.server.expression
Classes in io.ebeaninternal.server.expression that implement SpiExpressionRequestMethods in io.ebeaninternal.server.expression that return SpiExpressionRequestMethods in io.ebeaninternal.server.expression with parameters of type SpiExpressionRequestModifier and TypeMethodDescriptionvoidDefaultExpressionList.addSql(SpiExpressionRequest request) voidIdInExpression.addSql(SpiExpressionRequest request) voidInExpression.addSql(SpiExpressionRequest request) voidSimpleExpression.addSql(SpiExpressionRequest request) voidIdInExpression.addSqlNoAlias(SpiExpressionRequest request) For use with deleting non-attached detail beans during stateless update.