hibernate - 是否有notification机制


在django里面,有个notification机制,比如
post_save.connect(article_post_save_callbalck, dispatch_uid="my_unique_identifier_2")
这样就能在article执行save的时候,自动调用一个callback。
在hibernate里有这个机制吗?

hibernate java java-ee

我的性别是秀吉 11 years, 5 months ago

Your Answer