I was going through getting started document link given on Hibernate website. I am just starting to learn t, there is one section with the name “Take it further!”. They mentioned that “With help of the Developer Guide, add an association to the Event entity to model a message thread.”
Can somebody put some light on what a message thread is. Please make me undrestand what exactly is needed. Is it they are asking for message passing through Thread in Java one something else.Is it something similar to this Inter-Thread Communication.
Please suggest if you want me to read something. I am not clear about the requirement.
Thanks in advance.
As told In the Community API here.
With help of the Developer Guide, add an association to the Event entity to model a message thread.What is been told there is to work on the example given, And add some relations ships to the
Evententity. Read the documentation here or an example here on how to do it.From the documentation:And you need to expand it.
It has nothing to do with the Threading in Java..