--- In [email protected], "Wally Kolcz" <wko...@...> wrote: > > Don't understand the question. Please educate me :-)
Collection=multiple things Unique=1 thing Usually, in a database you have a field that acts as a primary key, which means that there's only ever going to be one record in the table with that value. "Uniquename" strongly suggests that it's intended to work that way. So why would you be expecting to receive back an ArrayCollection when you're only ever going to get one thing based on your query?

