Class JpqlValidationAndRepairService

java.lang.Object
io.jmix.aitools.dataload.execution.JpqlValidationAndRepairService

@NullMarked @Component("aitls_JpqlValidationAndRepairService") public class JpqlValidationAndRepairService extends Object
Validates a generated JPQL query and repairs it when validation fails.

The query is validated, then repaired if needed and validated again. The combined outcome — the (possibly repaired) query, the final validation result and the repair details — is returned as an JpqlValidationAndRepairService.OperationResult, which also reports whether the operation ultimately failed.