Tagged Questions
0
votes
0answers
33 views
envers multi level entity revision howto
User have n Contacts. A Contact can have a localized Comment (Comments are shared between Contacts). Java Beans:
@Audited
@Entity
public class User {
@OneToMany(fetch = FetchType.EAGER,
...