Interface EntityDataLoadGenerationService
- All Known Implementing Classes:
EntityDataLoadGenerationServiceImpl
public interface EntityDataLoadGenerationService
Service for generating JPQL from user prompt.
Generation step of the natural-language data-load flow: turns a user's free-form request into a structured JPQL query draft (query text, parameters and result properties).
-
Method Summary
Modifier and TypeMethodDescriptionGenerates a JPQL query draft from the given natural-language request.
-
Method Details
-
generate
Generates a JPQL query draft from the given natural-language request.- Parameters:
userText- user request in natural language- Returns:
- generated query draft
-