摘要:
Oracle数据库中,ID的生成机制多见使用sequence,如Mapper层的以下函数: @Insert(" insert into dmo_task(id,project_id,table_name,fromDsIdx,toDsIdx,userid) values(dmo_task_id_sqs 阅读全文
摘要:
【前篇】 Oracle的三种分页方式 【Mapper类中的对应函数】 package com.hy.mapper; import com.hy.entity.Project; import org.apache.ibatis.annotations.Mapper; import java.util. 阅读全文
摘要:
用||连接百分号和keyword是关键。 <select id="countPrj" resultType="java.lang.Integer"> select count(*) from dmo_project a where a.userid=#{uid} <if test="keyword 阅读全文