What is :: "validating persistence model" ?
We've migrated from 6.xx to 7.0 and got a performance issue with the following task:
"validating persistence model" while compiling our project.
What is it ? and how to boost that stuff ?
Cheers,
marc
请先登录再写评论。
Turn off "Validate JPA Model" in your JPA facet
Hello Dmitry,
Perhaps it should be off by default (and spring "validation on build" as
well)?
-tt
I guess I should see that facet as a new entry within the 'module' settings tree (in project settings) - 'coz I do not see anything ?
In the meantime, I've disabled the 'Hibernate support' plugin and it seems to solve that problem.
I'll check tomorrow at my office.
Regards,
_marc
You can turn validation ("Validate Hibernate Model" checkbox) off in the
Hibernate facet settings.
Regards,
Gregory Shrago
Marc Polizzi wrote:
Got it :)
Thanks a lot,
_marc