keycloak-scim/model/jpa
Alexander Schwartz e00af7e172 Fix problem when Hibernate on MySQL is confused to read back Enums from VARCHARs
It treated the single byte String with its ASCII values, which then didn't find a representation in the enum's values, which lead to a "ArrayIndexOutOfBoundsException: Index 48" for a value "0" (ASCII 48).
This behavior changed when migrating from Hibernate 5 to Hibernate 6.
Hibernate expects a TinyInt value for all Enums by default, and this annotation overrides it.
2023-04-27 13:36:54 +02:00
..
src Fix problem when Hibernate on MySQL is confused to read back Enums from VARCHARs 2023-04-27 13:36:54 +02:00
pom.xml Model upgrade Hibernate/JPA 2023-04-27 13:36:54 +02:00