79111494

Date: 2024-10-21 19:30:31
Score: 0.5
Natty:
Report link

Hypersistence-Utils and PostgreSQL support the use of multi-dimensional arrays.

@Type(value = FloatArrayType.class)
@Column(name = "data", columnDefinition = "real[][]")
private float[][] data;

Tested using

org.hibernate.orm:hibernate-core:6.5.3.Final
io.hypersistence:hypersistence-utils-hibernate-63:3.8.3
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Smelik