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 Type
    Method
    Description
    Attempts to repair the invalid query described by the request.
  • Method Details

    • repair

      @Nullable GeneratedJpqlResult repair(JpqlRepairRequest request)
      Attempts to repair the invalid query described by the request.
      Parameters:
      request - repair request with the current query
      Returns:
      query draft, or null if no repaired result could be produced