我正在尝试使用推土机映射位于不同包中的bean的属性,例如:
<mapping>
<class-a>com.naeem.schema.basictypes.Birth</class-a>
<class-b>com.naeem.schema.forms.n840.DateStore</class-b>
<field>
<a>countryOfBirth</a>
<b>countryOfBirth</b>
</field>
</mapping>
这在推土机中可能吗?谢谢