I am trying to get IDEA 13.1.4 to generate the metamodels for my model classes. I followed the instruction in help but the
I have all Java config which works just fine otherwise. My settings in the Compiler/Annotation Processors are as follows:
- "Obtain processors from project classpath" is selected.
- Processor FQ name set to: org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
- Annotations Processor options: fullyAnnotationConfigured = true
I am not using the Default profile. I created my own and associated my module with the new profile. I have also tried invalidating my caches. I have also tried removing the fully qualified name of the processor and just let IntelliJ find it in the classpath, did not work.
When I make the project I get the following message:
- Warning: java: Hibernate JPA 2 Static-Metamodel Generator 4.3.6.Final
That's it. I get no other message I can find.
Any help is apperciated.