Blazebit / blaze-persistence

Rich Criteria API for JPA providers
https://persistence.blazebit.com
Apache License 2.0
741 stars 90 forks source link

Fix HibernateJpaProvider #1953

Closed sultansoy closed 2 weeks ago

sultansoy commented 2 weeks ago

Description

Small hotfix for #1886

Related Issue

https://github.com/Blazebit/blaze-persistence/issues/1886

Motivation and Context

Currently HibernateJpaProvider throws ArrayIndexOutOfBoundsException for ElementCollection of Embeddables having Embeddable. This small hotfix fixes this issue. Otherwise it doesn't work on quarkus 3+