jjy - 2005-09-30

Logged In: YES
user_id=1353701

Correction: The one-to-many and many-to-one relationships
mappings from channel->item are correctly mapped as bi-
directional.

The one-to-one mapping in the channel object are correct and
are intentionally left as uni-directional.

The intended bi directional one-to-one mapping at the item
level are mapped as 2 uni-directional mappings.
Item->ItemGuid
Item->ItemSource
Item->ItemEnclosure

According to hibernate documentation, child objects like
ItemGuid should be using a one-to-one mapping instead.