diff options
Diffstat (limited to 'src/main/resources/mapFiles/CollectionMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/CollectionMap.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/main/resources/mapFiles/CollectionMap.xml b/src/main/resources/mapFiles/CollectionMap.xml index 33cbd3e..024b206 100644 --- a/src/main/resources/mapFiles/CollectionMap.xml +++ b/src/main/resources/mapFiles/CollectionMap.xml @@ -22,17 +22,17 @@ -->
<mapping>
- <class name="com.c2kernel.collection.CollectionMemberList">
+ <class name="org.cristalise.kernel.collection.CollectionMemberList">
<map-to xml="CollectionMemberList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.collection.CollectionMember">
+ type="org.cristalise.kernel.collection.CollectionMember">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.DependencyMember">
+ <class name="org.cristalise.kernel.collection.DependencyMember">
<map-to xml="DependencyMember"/>
<field name="ID" type="integer" direct="false">
<bind-xml name="ID" node="attribute"/>
@@ -45,7 +45,7 @@ <bind-xml name="ChildUUID" node="attribute"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -55,8 +55,8 @@ </field>
</class>
- <class name="com.c2kernel.collection.AggregationMember"
- extends="com.c2kernel.graph.model.GraphableVertex">
+ <class name="org.cristalise.kernel.collection.AggregationMember"
+ extends="org.cristalise.kernel.graph.model.GraphableVertex">
<map-to xml="AggregationMember"/>
<field name="mItemPath"
type="string"
@@ -75,10 +75,10 @@ </class>
- <class name="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Collection">
<map-to xml="Collection"/>
<field name="mMembers"
- type="com.c2kernel.collection.CollectionMemberList"
+ type="org.cristalise.kernel.collection.CollectionMemberList"
direct="false"
get-method="getMembers"
set-method="setMembers">
@@ -100,7 +100,7 @@ </field>
</class>
- <class name="com.c2kernel.collection.Dependency" extends="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Dependency" extends="org.cristalise.kernel.collection.Collection">
<map-to xml="Dependency"/>
<field name="mClassProps"
type="string"
@@ -110,7 +110,7 @@ <bind-xml name="ClassProps" node="attribute"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -119,27 +119,27 @@ <bind-xml name="Properties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.DependencyDescription" extends="com.c2kernel.collection.Dependency">
+ <class name="org.cristalise.kernel.collection.DependencyDescription" extends="org.cristalise.kernel.collection.Dependency">
<map-to xml="DependencyDescription"/>
</class>
- <class name="com.c2kernel.collection.Aggregation" extends="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Aggregation" extends="org.cristalise.kernel.collection.Collection">
<map-to xml="Aggregation"/>
- <field name="mLayout" type="com.c2kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
+ <field name="mLayout" type="org.cristalise.kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
<bind-xml name="Layout" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.AggregationDescription" extends="com.c2kernel.collection.Aggregation">
+ <class name="org.cristalise.kernel.collection.AggregationDescription" extends="org.cristalise.kernel.collection.Aggregation">
<map-to xml="AggregationDescription"/>
</class>
- <class name="com.c2kernel.collection.AggregationInstance" extends="com.c2kernel.collection.Aggregation">
+ <class name="org.cristalise.kernel.collection.AggregationInstance" extends="org.cristalise.kernel.collection.Aggregation">
<map-to xml="AggregationInstance"/>
</class>
- <class name="com.c2kernel.collection.CollectionArrayList">
+ <class name="org.cristalise.kernel.collection.CollectionArrayList">
<map-to xml="CollectionList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.collection.Collection">
+ type="org.cristalise.kernel.collection.Collection">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
|
