Package io.jmix.aitools.dataload.repair
Interface JpqlRepairer
- All Known Implementing Classes:
DefaultJpqlRepairer
public interface JpqlRepairer
To be implemented by classes that can repair an invalid JPQL query draft.
-
Method Summary
Modifier and TypeMethodDescription@Nullable GeneratedJpqlResultrepair(JpqlRepairRequest request) Attempts to repair the invalid query described by the request.
-
Method Details
-
repair
Attempts to repair the invalid query described by the request.- Parameters:
request- repair request with the current query- Returns:
- query draft, or
nullif no repaired result could be produced
-