| Summary: | Update @Array annotation to support PostGreSQL integer[] type or provide an alternate way to configure that type of column | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Lucas Madar <lucas.madar> |
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> |
| Status: | REOPENED --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | araistari, damiano.albani, tom.ware |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Lucas Madar
@Array is designed for ObjectRelational types. Depending on what you are trying to do here, you may want to file an enhancement request requesting the functionality you are looking for. Essentially, I have a table column that is an array of integers. (This is in postgresql, by the way, using integer[] as a column type). From the code comments in the @Array class: "Arrays can contains [sic] basic types (VARCHAR) or other Struct types, and can be stored in a column or in a Struct type." So, either that documentation is incorrect, it is specific to Oracle, or it is not implemented as stated. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |