I have some problems figuring out how to use the element in Hibernate3. Suppose I have two tables Person and Addres. Address table has a column Id, and Person has a column AdrsId, which references Id column in the Address table. I am trying to get Hibernate to join Address row with Person row and map the result to an ...