apache / apache/grails-intellij-plugin

Grails: Complete HQL param names for DomainClass.executeQuery(...)

Open
#103 0 comments 0 reactions 0 assignees View on GitHub
enhancement imported-from-youtrack
Dominant language
Java
Stars
17
Forks
4
Avg merge
5d 15h
Merged PRs (30d)
4

Description

Example:
```
Product.executeQuery("""
select distinct pr
from Product pr, UpdateDepend ud
where ud.depend in elements(pr.depends)
and ud.update.plugin = :plugin
order by pr.id
""", [''])
```

---

*Imported from [IDEA-79705](https://youtrack.jetbrains.com/issue/IDEA-79705) · Type: Feature · Votes: 0*
*Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.*

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the DomainClass.executeQuery(...) entry point and the HQL example in the issue, then locate the plugin code responsible for parameter-name completion. Verify the change by checking that the caret position in the example suggests the named parameter plugin.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.