Reputation: 33
I'm new in Jhipster and I'm trying to generate MetaModel entities with jdl file from Jhipster. When I run command to generate entity, my Eclipse doesn't show MetaModel entities. Can anyone had the same problem? Thanks in advance to everyone.
Upvotes: 0
Views: 117
Reputation: 16284
You must either build with maven/gradle or configure Eclipse to run the annotation processor as documented in JHipster documentation and/or JPA Static Metamodel Generator documentation
Upvotes: 1