Package io.jmix.aitools.dataload.execution
package io.jmix.aitools.dataload.execution
-
ClassDescriptionA single named query parameter as produced by the JPQL generation layer.Structured JPQL draft returned by the generation layer.A mutable named query parameter passed to JPQL execution.Input for
JpqlExecutionService: a JPQL query together with everything needed to run it.Outcome of a singleJpqlExecutionService.execute(io.jmix.aitools.dataload.execution.JpqlExecutionRequest)call.Validates, repairs and executes a generated JPQL query, returning the fetched rows.Rows fetched for a query plus a flag telling whether more results are available beyond them.Converts raw JPQL parameter values to the Java types expected by the query.Validates a generated JPQL query and repairs it when validation fails.Combined outcome of the validate-and-repair operation.