I have an entity class as follows:
public class Portcall { private Long id; . . PreviousPortCall previousPortCall; NextPortCall nextPortCall;