| <?xml version="1.0"?> | |
| <!DOCTYPE databases PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" | |
| "http://castor.exolab.org/mapping.dtd"> | |
| <mapping> | |
| <class name="org.apache.pluto.portalImpl.om.common.impl.PreferenceImpl"> | |
| <field name="name" type="java.lang.String"> | |
| <bind-xml name="pref-name" node="element"/> | |
| </field> | |
| <field name="castorValues" type="java.lang.String" collection="collection"> | |
| <bind-xml name="pref-value" node="element"/> | |
| </field> | |
| <field name="readOnly" type="java.lang.String"> | |
| <bind-xml name="read-only" node="element"/> | |
| </field> | |
| </class> | |
| <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl"> | |
| <field name="castorId" type="java.lang.String"> | |
| <bind-xml name="id" node="attribute"/> | |
| </field> | |
| <field name="definitionId" type="java.lang.String"> | |
| <bind-xml name="definition-id" node="element"/> | |
| </field> | |
| <field name="castorPreferences" | |
| type="org.apache.pluto.portalImpl.om.common.impl.PreferenceImpl" | |
| collection="collection"> | |
| <bind-xml name="preferences" node="element"/> | |
| </field> | |
| </class> | |
| <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl"> | |
| <field name="castorId" type="java.lang.String"> | |
| <bind-xml name="id" node="attribute"/> | |
| </field> | |
| <field name="definitionId" type="java.lang.String"> | |
| <bind-xml name="definition-id" node="element"/> | |
| </field> | |
| <field name="castorPortlets" | |
| type="org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl" | |
| collection="collection"> | |
| <bind-xml name="portlet" node="element"/> | |
| </field> | |
| </class> | |
| <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityListImpl"> | |
| <map-to xml="portlet-entity-registry"/> | |
| <field name="castorApplications" | |
| type="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl" | |
| collection="collection"> | |
| <bind-xml name="application" node="element"/> | |
| </field> | |
| </class> | |
| </mapping> |