Gavin King

Results 309 issues of Gavin King

finally addresses issue #62

candidate-for-4.1

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})...