
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hibernate supports relations in components, and it would be nice if Envers supported this as well, even though it is beyond the JPA spec. While I cannot share our actual code, I can say that in our case we do a @ManyToOne mapping in an @Embeddable component.
|
|
Description
|
Hibernate supports relations in components, and it would be nice if Envers supported this as well, even though it is beyond the JPA spec. While I cannot share our actual code, I can say that in our case we do a @ManyToOne mapping in an @Embeddable component. |
Show » |
|
We do the exact same thing and this is the only bug which prevents me from using envers in our product.