SQL array types accept a maximum length, and Oracle varray types require them. Currently we have no annotation which allows the length of an array type to be specified. We can’t use @Column(length=...) because that’s interpreted as the length of the element type. |