ALF-9046 - MyBatis: fix-up namespace refs (*-insert-SqlMap.xml)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28329 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2011-06-10 10:56:36 +00:00
parent f2eab4d8d9
commit baf9a95426
12 changed files with 54 additions and 54 deletions

View File

@@ -10,7 +10,7 @@
select nextVal('alf_audit_model_seq')
</selectKey>
<include refid="insert_AuditModel_Sequence"/>
<include refid="alfresco.audit.insert_AuditModel_Sequence"/>
</insert>
@@ -20,7 +20,7 @@
select nextVal('alf_audit_app_seq')
</selectKey>
<include refid="insert_AuditApplication_Sequence"/>
<include refid="alfresco.audit.insert_AuditApplication_Sequence"/>
</insert>
@@ -30,7 +30,7 @@
select nextVal('alf_audit_entry_seq')
</selectKey>
<include refid="insert_AuditEntry_Sequence"/>
<include refid="alfresco.audit.insert_AuditEntry_Sequence"/>
</insert>

View File

@@ -14,7 +14,7 @@
</insert>
<insert id="insert_AVMStoreProperty" parameterMap="parameter_IdStorePropertyPatternMap">
<insert id="insert_AVMStoreProperty" parameterMap="alfresco.avm.parameter_IdStorePropertyPatternMap">
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('avm_store_properties_seq')

View File

@@ -10,7 +10,7 @@
select nextVal('alf_lock_resource_seq')
</selectKey>
<include refid="insert_LockResource_Sequence"/>
<include refid="alfresco.lock.insert_LockResource_Sequence"/>
</insert>
@@ -20,7 +20,7 @@
select nextVal('alf_lock_seq')
</selectKey>
<include refid="insert_Lock_Sequence"/>
<include refid="alfresco.lock.insert_Lock_Sequence"/>
</insert>

View File

@@ -9,49 +9,49 @@
"long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_class_seq')
</selectKey>
<include refid="insert_PropertyClass_Sequence"/>
<include refid="alfresco.propval.insert_PropertyClass_Sequence"/>
</insert>
<insert id="insert_PropertyStringValue" parameterType="PropertyStringValue" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_string_value_seq')
</selectKey>
<include refid="insert_PropertyStringValue_Sequence"/>
<include refid="alfresco.propval.insert_PropertyStringValue_Sequence"/>
</insert>
<insert id="insert_PropertyDoubleValue" parameterType="PropertyDoubleValue" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_double_value_seq')
</selectKey>
<include refid="insert_PropertyDoubleValue_Sequence"/>
<include refid="alfresco.propval.insert_PropertyDoubleValue_Sequence"/>
</insert>
<insert id="insert_PropertySerializableValue" parameterMap="parameter_IdPropertySerializableValue" >
<insert id="insert_PropertySerializableValue" parameterMap="alfresco.propval.parameter_IdPropertySerializableValue" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_serializable_value_seq')
</selectKey>
<include refid="insert_PropertySerializableValue_Sequence"/>
<include refid="alfresco.propval.insert_PropertySerializableValue_Sequence"/>
</insert>
<insert id="insert_PropertyValue" parameterType="PropertyValue" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_value_seq')
</selectKey>
<include refid="insert_PropertyValue_Sequence"/>
<include refid="alfresco.propval.insert_PropertyValue_Sequence"/>
</insert>
<insert id="insert_PropertyRoot" parameterMap="parameter_IdPropertyRoot" >
<insert id="insert_PropertyRoot" parameterMap="alfresco.propval.parameter_IdPropertyRoot" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_root_seq')
</selectKey>
<include refid="insert_PropertyRoot_Sequence"/>
<include refid="alfresco.propval.insert_PropertyRoot_Sequence"/>
</insert>
<insert id="insert_PropertyUniqueContext" parameterType="PropertyUniqueContext" >
<selectKey resultType="long" keyProperty="id" order="BEFORE" >
select nextVal('alf_prop_unique_ctx_seq')
</selectKey>
<include refid="insert_PropertyUniqueContext_Sequence"/>
<include refid="alfresco.propval.insert_PropertyUniqueContext_Sequence"/>
</insert>
</mapper>

View File

@@ -9,7 +9,7 @@
select nextVal('alf_usage_delta_seq')
</selectKey>
<include refid="insert_UsageDelta_Sequence"/>
<include refid="alfresco.usage.insert_UsageDelta_Sequence"/>
</insert>
</mapper>