IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Since IntelliJ IDEA X property names can be completed and navigated. Unrecognized properties are highlighted by the corresponding inspection. The screenshot says it all in a visual manner. Download IntelliJ IDEA X EAP build and try this feature.…
In IntelliJ IDEA 10 a new JPA Console is added to existing Hibernate and Database consoles. Now you can run and test your JPA queries in a target environment of your application. Both Hibernate and JPA consoles are available if applicable. Note the new "Run Query in Console" Intention Action that …
Maia build subsystem now recognizes Java Annotation Processors. Most of JPA 2.0 implementations are expected to make use of the Pluggable Annotation Processing API to automatically generate static metamodel classes. Here is a list of steps required to generate JPA 2.0 metamodel and keep it up-to-dat…