我有一个简单的核心数据问题。
I set up an employee entity and an employeeDetails entity. Both have a relationship pointing to the other to form a simple one-to-one relationship. Each employee has one employeeDetail.
我能够储存新雇员,必要时挑选新雇员。 我的问题是,我如何同时储存配对员工,我如何找回手套中对应雇员的细节?
Thanks for any help you can provide.