Following on from https://hibernate.atlassian.net/browse/HHH-16125, we could allow:
@Array(length = 33) @Column(length = 25) @JdbcTypeCode(SqlTypes.TABLE) String[] strings;