我的model.xml文件包含以下代码片段。但我不知道为什么使用它们。我使用Spring和Hibernate技术来构建项目。希望有关此代码片段和属性的专家解释?
<one-to-one fetch-type="lazy" name="followUp" type="FollowUp" synthetic="true"
nullable="true" access="frozen">
<documentation>Synthetic property of the latest follow ups made for
this Prescription.
</documentation>
</one-to-one>