Skip to content

Commit 849cc17

Browse files
HHH-13721 Getting duplicated entities with @onetomany and @ElementCollection
Co-authored-by: Marco Belladelli <[email protected]>
1 parent a403424 commit 849cc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/mapping/access/ElementCollectionHHH13721Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
)
3434
@SessionFactory
35-
class ElementCollectionHHH13721Test {
35+
public class ElementCollectionInOneToManyTest {
3636

3737
@Test
3838
void hhh13721Test(SessionFactoryScope scope) {

0 commit comments

Comments
 (0)