Hello,
I am importing database schema and generating entities using Persistence View and Generate Persistence Mapping By Database Schema. Everything is working superb and I find this feature of Intellij really cool, I only have one question. After entities get generated I can see that annotations are placed at getter / setter level instead of field-level. I prefer field-level annotations. Is it possible to configure IntelliJ so it generates annotations at a field-level ????
Ah, and one more remark - it's a feature request - when generating entities from DB, the IntelliJ team could consider to use comments existing on tables and columns to be feed into javadoc - that's a minor thing certainly.