Joined: Fri May 27, 2011 4:30 am Posts: 1
|
Hi All, I need a little help from u...I m very new in Hibernate...so anyone can tell me what is the meaning of the followings in Hibernate mapping file(hbm.xml):
<generator class="foreign"> <param name="property">user</param> </generator>
Actually I need to know that what will be the value of <param name="property">....user means what...is it the table name? what type of value need to be put here? this generator class can be used for One-to-One association with Foreign key? Please let me know if possible...
|
|