I have an entity object which contains two element collections as such:
@Entity public class Report { // Electronic transactions items map @ElementCollection(fetch = FetchType.EAGER) ...