我们想使用实例在我们生成的模型中插入一些数据。但是,我们有包含轻量级实体的实体,如下所示:
<cf:entity name="O" namespace="{0}.AOA">
[...]
<cf:property name="B" typeName="BO">
[...]
其中 BO 类型被定义为轻量级实体:
<cf:entity name="BO" namespace="{0}.AOA" lightweight="true">
<cf:property name="IdentificatiecodeOR" typeName="AN16">
</cf:property>
[...]
应该如何定义实体 O 的实例以在 identificatecodeOR 属性中输入数据?