now can you please tell me what are the columns in the first and second table?
and also tell why emp_id is not filled but address and country are filled ?
i have implement hibernate in my application. help me with this issue.
Thanks in advance
David is correct, Hibernate has its own feature of handling IDs by using the <generator> tag. The <generator> tag creates an identification for each Java class to generate unique identifiers for persistent class.