After the introduction of support for the SQL array type, the error message if you forget to add an @XxxToMany annotation got much worse: it now complains about a missing JDBC type mapping for ARRAY.
This is a pretty bad user experience.