mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 02:58:05 +00:00
test showing 'join treat' broken for @OneToMany
This commit is contained in:
parent
ccee58add8
commit
65e282766c
@ -2030,7 +2030,7 @@ public void test_hql_treat_example() {
|
||||
});
|
||||
}
|
||||
|
||||
@Test @Skip(condition = Skip.AlwaysSkip.class, message = "broken in H6")
|
||||
@Test
|
||||
public void test_hql_join_many_treat_example() {
|
||||
doInJPA(this::entityManagerFactory, entityManager -> {
|
||||
//tag::hql-join-treat-example[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user