> So this boils down whether a final method can be intercepted or not. But > isn't Javassist capable of doing so?
I imagine you can intercept a final method via bytecode enhancement but we do proxy generation, not bytecode enhancement for many reasons. (we do have a bytecode enhancement mode but barely anybody uses it, it's more marketing than useful IMO). BTW do you mind writing a blog on what you've learned? _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev