i’m trying to relate two entities with JPA, when i run the project don’t throws me errors but when i request the method that get me the Voters of a Comunity Leader i get the next Exception: I’ts like a loop, i don’t khow how to resolve this. Here are my classes: 1)Leader Entity : 2)Voter Entity : 3)LeaderController :