Hi,

I think the PersistentCollection annotation [1][2] is what you're looking
for.

[1]
http://openjpa.apache.org/builds/latest/docs/javadoc/org/apache/openjpa/persistence/PersistentCollection.html
[2]
http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_meta_jpa_persistent_coll

Regards,
-mike

On Fri, Oct 24, 2008 at 1:35 PM, Fernando Padilla <[EMAIL PROTECTED]> wrote:

> So.. I have a field that I don't konw how to map:
>
> private Set<Long> relatedAthletes;
>
>
> I think I understand how to relate two entities together, but not sure how
> to relate an Entity to a Set of "primitive" or Basic data types.
>

Reply via email to