This illustration gives an example of the default table mapping for a one-to-one employee relationship. There are two table rows shown side by side: the row on the left is labeled EmpBean_empl_jar_employee, and the one of the right is labeled AddressBean_empl_jar_employee. The row on the left contains the following column labels: "empno", "empName", "salary", and "FK:address". The row on the right contains the following labels: "autoid", "street", "city", "state", and "zip". There is an arrow pointing from the "FK:address" column in the row on the left to the "autoid" column in the row on the right.