Postgresql – How to map a 2d (multidimensional) array in Hibernate 6.5 using JPA?
I am using the latest hibernate version (6.5) and hypersistence utils in this version is not supporting custom array types as it's natively supported by hibernate > 6.4. I've tested and this works natively for float[] arrays, so e.g. this…