insert into intent_management_function_reg_info(imfr_info_id,imfr_info_description,support_area,support_model,support_interfaces,handle_name,intent_function_type) values (#{imf.id}, #{imf.description},#{imf.supportArea} , #{imf.supportModel},#{imf.supportInterfaces},#{imf.handleName},#{imf.intentFunctionType}) delete from intent_management_function_reg_info where imfr_info_id = #{id} update intent_management_function_reg_info imfr_info_description = #{imf.description}, support_area = #{imf.supportArea}, support_model = #{imf.supportModel}, support_interfaces = #{imf.supportInterfaces}, handle_name = #{imf.handleName}, intent_function_type = #{imf.intentFunctionType}, where imfr_info_id = #{imf.id}