Preguntas etiquetadas con bag

15
Hibernate lanza MultipleBagFetchException: no puede recuperar simultáneamente varias bolsas
Hibernate lanza esta excepción durante la creación de SessionFactory: org.hibernate.loader.MultipleBagFetchException: no puede recuperar simultáneamente varias bolsas Este es mi caso de prueba: Parent.java @Entity public Parent { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private Long id; @OneToMany(mappedBy="parent", fetch=FetchType.EAGER) // @IndexColumn(name="INDEX_COL") if I had this the problem solve but I retrieve more children than I …
471 java  hibernate  jpa  one-to-many  bag 
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.