Gavin King
Gavin King
see issue #628
see issue #622
see issue #321
see issue #614
finally fixes ancient issue #52
No semantic changes here.
Both Hibernate and EclipseLink have an `@Array` annotation for mapping Java arrays to SQL `array` types. I therefore think we should add the following annotation to JPA: ```java @Target({FIELD, METHOD})...