I'm having some issues with using hibernate with K...
# spring
s
I'm having some issues with using hibernate with Kotlin. I have configured the no-args plugin with JPA https://kotlinlang.org/docs/reference/compiler-plugins.html#jpa-support , but still I get this error
No default constructor for entity
. Is there anything else I need to to concider?