“Frozen”属性是什么意思?

时间:2017-07-10 10:40:55

标签: java spring hibernate java-ee

我的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>

0 个答案:

没有答案