| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="GB2312"?>
- <!DOCTYPE databases PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
- "http://castor.exolab.org/mapping.dtd">
- <mapping>
- <class name="com.trs.template.persistent.InfoEntities"
- auto-complete="false">
- <map-to xml="wcm-fields" />
- <field name="InfoEntityColl" collection="collection"
- type="com.trs.template.persistent.TagFieldInfoEntity">
- <bind-xml name="wcm-field" />
- </field>
- </class>
- <class name="com.trs.template.persistent.TagFieldInfoEntity"
- auto-complete="false">
- <map-to xml="wcm-field" />
- <field name="fields">
- <bind-xml name="members" node="element"/>
- </field>
- <field name="objType">
- <bind-xml name="type" node="element"/>
- </field>
- <field name="description">
- <bind-xml name="desc" node="element"/>
- </field>
- </class>
- </mapping>
|