本文介绍了Hibernare Envers是否支持使用映射的模型类?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
这是不可能的。与Envers合作的独特方式是通过注释。
请看:
So far I've not seen any examples where the classes are using hibernate mapping. They all seem to use annotations. Would it work if I use mappings to wire the classes?
It's not possible. The unique way to work with Envers is by annotations.
Look: https://hibernate.atlassian.net/browse/HHH-3887
这篇关于Hibernare Envers是否支持使用映射的模型类?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!