I'm successfully logging entities with Javers, but for every entity I have to put @DiffIgnore and @ShallowReference to ignore fields mapped with @OneToMany, @ManyToOne, etc. I'm trying to configure on JaversBuilder, but without success. Is there a way to configure on Javers to automatically ignore properties mapped with these annotation? Or only take properties with @Column annotation?
I read these, and tried to follow some of the answers, but it didn't worked either.