Hibernacja zgłasza ten wyjątek podczas tworzenia SessionFactory: org.hibernate.loader.MultipleBagFetchException: nie można jednocześnie pobrać wielu torebek To mój przypadek testowy: Parent.java @Entity public Parent { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private Long...