jdaugherty opened a new issue, #243: URL: https://github.com/apache/grails-intellij-plugin/issues/243
Grails allows to declare the domain classes in Java which allows using those entity classes with Java code. See section 16.2 of [http://grails.org/doc/latest/guide/hibernate.html](http://grails.org/doc/latest/guide/hibernate.html) When doing so, IntelliJ does not recognize those classes as GORM domain classes. For example, when you type "employee.save()" the save() method is underlined. Also the method completion for GORM API does not work (especially for the dynamic finders). When typing Employee.findAllBy| followed by Ctrl+Space does not show the methods available. --- *Imported from [IDEA-151113](https://youtrack.jetbrains.com/issue/IDEA-151113) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
