Uses of Interface
io.ebeaninternal.api.SpiQueryPlan
Packages that use SpiQueryPlan
Package
Description
Core implementation objects
-
Uses of SpiQueryPlan in io.ebeaninternal.api
Methods in io.ebeaninternal.api with parameters of type SpiQueryPlanModifier and TypeMethodDescriptionQueryPlanManager.createBindCapture(SpiQueryPlan queryPlan) Create the bind capture for the given query plan.SpiEbeanServer.createQueryBindCapture(SpiQueryPlan queryPlan) Create a query bind capture for the given query plan. -
Uses of SpiQueryPlan in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core with parameters of type SpiQueryPlan -
Uses of SpiQueryPlan in io.ebeaninternal.server.query
Classes in io.ebeaninternal.server.query that implement SpiQueryPlanMethods in io.ebeaninternal.server.query with parameters of type SpiQueryPlanModifier and TypeMethodDescriptionCQueryPlanManager.collectPlan(Connection connection, SpiQueryPlan queryPlan, io.ebeaninternal.server.bind.capture.BindCapture last) QueryPlanLoggerExplain.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind) QueryPlanLoggerOracle.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind) QueryPlanLoggerSqlServer.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind) CQueryPlanManager.createBindCapture(SpiQueryPlan queryPlan)