JPA/Hibernate queries

JPA/Hibernate queries created by means of string concatenation never get automatically resolved by Intellij IDEA (2017.2.3) in case of Kotlin

In Kotlin:

The same in Java:

https://youtrack.jetbrains.com/issue/KT-13233

In similar vein it would be nice if Spring Data method name completion would be supported in Kotlin at same level as it’s supported in Java, by suggesting property names and Operator names.

Couldn’t find an issue for that yet but that might be my search skills :smiley: