문제

As of the current version of Hibernate-Envers (4.3.0.Beta3) it is not possible to audit dynamic components. An org.hibernate.MappingException is thrown: Audited dynamic-component properties are not supported. Consider applying @NotAudited annotation ...

However, in the Envers user manual, dynamic-components are not mentioned, event not under "Mapping Exceptions".

Is there a way to audit dynamic components with Hibernate-Envers?

Thinking about it, I don't see a reason why this could not be supported. Am I missing something?

도움이 되었습니까?

해결책

Meanwhile, the audition of dynamic-components with Hibernate Envers has been implemented in hibernate-envers 4.3.0.RC1

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top