So I have an entity called order with set of materials within it. which is another entity just like in the following code.
@ManyToMany(fetch = FetchType.EAGER) @J