Uses of Interface
io.ebeaninternal.server.core.SpiOrmQueryRequest
Packages that use SpiOrmQueryRequest
Package
Description
Core implementation objects
Expressions for building WHERE clauses.
-
Uses of SpiOrmQueryRequest in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiOrmQueryRequestModifier and TypeMethodDescriptionSpiExpressionRequest.queryRequest()Return the associated QueryRequest.Methods in io.ebeaninternal.api with parameters of type SpiOrmQueryRequestModifier and TypeMethodDescriptionSpiQuery.prepare(SpiOrmQueryRequest<T> request) Prepare the query which prepares sub-query expressions and calculates and returns the query plan key. -
Uses of SpiOrmQueryRequest in io.ebeaninternal.server.core
Classes in io.ebeaninternal.server.core that implement SpiOrmQueryRequestModifier and TypeClassDescriptionfinal classWraps the objects involved in executing a Query. -
Uses of SpiOrmQueryRequest in io.ebeaninternal.server.expression
Methods in io.ebeaninternal.server.expression that return SpiOrmQueryRequestConstructors in io.ebeaninternal.server.expression with parameters of type SpiOrmQueryRequestModifierConstructorDescriptionDefaultExpressionRequest(SpiOrmQueryRequest<?> queryRequest, DeployParser deployParser, Binder binder, SpiExpressionList<?> expressionList) -
Uses of SpiOrmQueryRequest in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn with parameters of type SpiOrmQueryRequestModifier and TypeMethodDescriptionfinal CQueryPlanKeyDefaultOrmQuery.prepare(SpiOrmQueryRequest<T> request) Prepare the query which prepares any expressions (sub-query expressions etc) and calculates the query plan key.