Hi,
I have a class Topic that has a collection of sub topics of the same
class. I want the parent to know about the collection of subtopics, but
the subtopics not to know about the parent topic.
Public class Topic
...
/**
* @hibernate.set cascade="save-update" lazy="true"
* @hibernate.c
Are you using the 1.2.2 release? The 'role' attribute has been
deprecated from Hibernate. Is the mapping for the Topic class
available?
On 4/27/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a class Topic that has a collection of sub topics of the same
> class. I want the pa