Hi, I’m trying to use Spring data envers in my pro...
# spring
p
Hi, I’m trying to use Spring data envers in my project and I’m having some issues with the following scenario. I have a “User” entity that has an ID, a name and a @OneToMany attribute that is a list of nationalities. I marked both entities with @Audited. The problem is that when I do
repo.findLastChangeRevision(id)
I got the expected User entity but when i want to get the nationalities it throws an illegalStateExcepion. Any clue? Thanks in advance