Hibernate entity autowire

后端 未结 3 2043
迷失自我
迷失自我 2021-01-05 04:53

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:

3条回答
  •  爱一瞬间的悲伤
    2021-01-05 05:32

    There seems to be a better way than using aspectj-weaving, namely using a hibernate LoadEventListener, explained in this post.

提交回复
热议问题