Is there a way to influence the serialization process with @JsonIdentityInfo so that it inserts the whole object instead of referencing the id?
@Entity @Json
This is the best solution I have found. With cleaning of cyclic references through @JsonIdentityInfo and the solution that is exposed now I don't have cyclical references and jackson returns the entire array of values
@JsonIdentityInfo