On Wed, Mar 19, 2014 at 6:06 PM, Emmanuel Bernard
<emmanuel(a)hibernate.org> wrote:
My comment about bytecode enhancement was at a time where Hibernate
ORM
did not make as much optimizations as it does now.
In an ideal world, the bytecode enhancement is triggered at startup time
like we do for Java EE. I am not sure if that's doable in your
environment though.
We are in a Tomcat + Spring environment so I don't think it's doable
and we have to stick to compile time enhancement.
I'll see if we can commit some time to put the Maven plugin in shape.
--
Guillaume