Can you please advice me, how can I nicely enable Spring autowiring for Hibernate entities?
Let\'s say I have an entity and would like to have mail-sender there:
There seems to be a better way than using aspectj-weaving, namely using a hibernate LoadEventListener, explained in this post.
LoadEventListener