Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在研究实体日志记录机制。而且我已经添加了一个带有 PreUpdate 等的实体侦听器。是否可以知道哪些字段已更新?
谢谢。
我认为一个org.hibernate.Interceptor适合你的需要。只需扩展EmptyInterceptor并使用onFlushDirty()其他方法即可。 我希望能有所帮助。
org.hibernate.Interceptor
EmptyInterceptor
onFlushDirty()
编辑: 使用注释,您可以在这里查看:您可以使用实体生命周期并根据需要存储/比较属性