Re: PreferenceArray userID uniqeness?

2014-04-11 Thread Sebastian Schelter
Yes, its a unique identifier for a user. --sebastian On 04/11/2014 04:41 PM, Mike Summers wrote: Does the userId of a preferenceArray need to be unique across all entries in a FastByIDMap? I'm comparing two types of objects that contain the same set of traits however it's possible that the use

PreferenceArray userID uniqeness?

2014-04-11 Thread Mike Summers
Does the userId of a preferenceArray need to be unique across all entries in a FastByIDMap? I'm comparing two types of objects that contain the same set of traits however it's possible that the userID (primary key) is not unique as it's two db tables. Thanks.