and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
AppHelpId, type, CreatedOn, CreatedBy, ModifiedOn, ModifiedBy
helpContent
delete from AppHelp
where AppHelpId = #{apphelpid,jdbcType=VARCHAR}
delete from AppHelp
insert into AppHelp (AppHelpId, type, CreatedOn,
CreatedBy, ModifiedOn, ModifiedBy,
helpContent)
values (#{apphelpid,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR}, #{createdon,jdbcType=TIMESTAMP},
#{createdby,jdbcType=VARCHAR}, #{modifiedon,jdbcType=TIMESTAMP}, #{modifiedby,jdbcType=VARCHAR},
#{helpcontent,jdbcType=LONGVARCHAR})
insert into AppHelp
AppHelpId,
type,
CreatedOn,
CreatedBy,
ModifiedOn,
ModifiedBy,
helpContent,
#{apphelpid,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
#{createdby,jdbcType=VARCHAR},
#{modifiedon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR},
#{helpcontent,jdbcType=LONGVARCHAR},
update AppHelp
AppHelpId = #{record.apphelpid,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
helpContent = #{record.helpcontent,jdbcType=LONGVARCHAR},
update AppHelp
set AppHelpId = #{record.apphelpid,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
helpContent = #{record.helpcontent,jdbcType=LONGVARCHAR}
update AppHelp
set AppHelpId = #{record.apphelpid,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR}
update AppHelp
type = #{type,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
helpContent = #{helpcontent,jdbcType=LONGVARCHAR},
where AppHelpId = #{apphelpid,jdbcType=VARCHAR}
update AppHelp
set type = #{type,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
helpContent = #{helpcontent,jdbcType=LONGVARCHAR}
where AppHelpId = #{apphelpid,jdbcType=VARCHAR}
update AppHelp
set type = #{type,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR}
where AppHelpId = #{apphelpid,jdbcType=VARCHAR}
update AppHelp
set ModifiedOn = NOW(),
helpContent = #{helpcontent,jdbcType=LONGVARCHAR}
where type = #{type,jdbcType=VARCHAR}