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