Class JpqlValidationIssue
java.lang.Object
io.jmix.aitools.dataload.validation.JpqlValidationIssue
A single problem found while validating a generated JPQL draft.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJpqlValidationIssue(String code, String message) JpqlValidationIssue(String code, String message, @Nullable String guidance) -
Method Summary
-
Field Details
-
code
-
message
-
guidance
-
-
Constructor Details
-
JpqlValidationIssue
-
JpqlValidationIssue
-
-
Method Details
-
getCode
Returns the stable issue code, for example"jpql.blank".- Returns:
- issue code
-
getMessage
Returns the human-readable description of the problem.- Returns:
- issue message
-
getGuidance
Returns a hint on how to fix the issue, fed back to the model during repair.- Returns:
- repair guidance, or
nullif none
-
toString
-