mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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>
|
||||
|
||||
|
@@ -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')
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user