当前位置: 首页 > news >正文

成都平台网站开发公司友情链接交易平台源码

成都平台网站开发公司,友情链接交易平台源码,网站做搜索引擎的作用是什么,网站内容吸引怎么做才好40_resultMap基础和Results注解 resultType和resultMap<resultMap.../>元素项目0501resultMap Results注解项目0502resultMap注解&#xff08;Results) 【总结】 resultType和resultMap resultType指定结果集每条记录要映射的对象类型。resultMap表明使用自定义的映射规…

40_resultMap基础和@Results注解

  • resultType和resultMap
    • <resultMap.../>元素
      • 项目0501resultMap
    • @Results注解
      • 项目0502resultMap注解(@Results)
    • 【总结】

resultType和resultMap

  • resultType指定结果集每条记录要映射的对象类型。
  • resultMap表明使用自定义的映射规则,resultMap属性值为一个<resultMap…/>元素的id属性值
      resultMap比指定resultType要稍微复杂一些,但它的功能更强大

<resultMap…/>元素

resultMap专门定义一个映射规则:完成结果集与Java对象之间的映射关系
必须指定如下属性:
- id:指定该<resultMap…/>的唯一标识。
- type:指定该<resultMap…/>映射的Java对象的类型。

<resultMap…/>的两个常用子元素:<id…/>和<result…/>,
<id…/>元素映射标识属性列,<result…/>映射普通列
它们都可指定以下属性:
- column:指定列名。
- property:指定对应的属性名。
- javaType:指定属性的Java类型。一般无需指定,MyBatis可以自动推断。
- jdbcType:指定该列的JDBC类型。一般无需指定,MyBatis可以自动推断。
- typeHandler:为该数据列与属性值之间的转换指定类型处理器。

项目0501resultMap

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapperPUBLIC "-//mybatis.org//DTD Mapper 3.0//EN""http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!-- 根元素是mapper,该元素的namespace属性值相当于该mapper的唯一标识 -->	
<mapper namespace="org.itcheng.app.dao.NewsMapper"><!-- SQL的id需要与Mapper接口的方法名相同  --><insert id="saveNews">insert into news_inf values (null, #{title}, #{content})</insert><!-- 定义SQL语句 --><update id="updateNews">update news_inf set news_title = #{title}, news_content = #{content}where news_id=#{id}</update><!-- SQL的id需要与Mapper接口的方法名相同  --><delete id="deleteNews">delete from news_inf where news_id = #{xyz} </delete><!-- 使用resultMap来完成结果集与Java对象之间的映射关系--><select id="findNews" resultMap="newsMap">select * from news_inf where news_id > #{id}		</select><!-- resultMap专门定义一个映射规则:完成结果集与Java对象之间的映射关系 --><resultMap type="news" id="newsMap" ><id column="news_id" property="id" /><!-- 映射映射标识属性 数据库的表字段news_id对应news对象的 id属性 --><result column="news_title" property="title"/><!-- 映射映射普通属性 --><result column="news_content" property="content"/><!-- 映射映射普通属性 --></resultMap></mapper>

@Results注解

<resultMap…/>元素对应于@Results注解
该注解的value属性可指定多个@Result注解
@Result相当于 <id…/>和<result…/>的综合体,当它的id属性为true,代表<id…/>元素。

项目0502resultMap注解(@Results)

package org.itcheng.app.dao;import java.util.List;import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.annotations.Results;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import org.itcheng.app.domain.News;// Mapper组件相当于DAO组件
public interface NewsMapper
{@Insert("insert into news_inf values (null, #{title}, #{content})")int saveNews(News news);@Update("update news_inf set news_title = #{title}, news_content = #{content}\r\n" + "where news_id=#{id}")int updateNews(News news);@Delete("delete from news_inf where news_id = #{xyz}")void deleteNews(Integer id);@Select("select * from news_inf where news_id > #{id}")@Results({// id = "true"相当于<id.../>子元素@Result(column = "news_id", property = "id", id = true),//表字段news_id对应news对象的 id属性@Result(column = "news_title", property = "title"),@Result(column = "news_content", property = "content")})List<News> findNews(Integer id);}

【总结】

<resultMap…/>等同于@Results注解
<id…/>或 <result …/>等同于@Result注解

http://www.dt0577.cn/news/21450.html

相关文章:

  • 淘宝做网站的靠谱吗东莞网络推广排名
  • 网站设计最新风格教育培训机构官网
  • 做音乐网站怎么放音乐镇江搜索优化技巧
  • 台湾虾皮网站怎么做seo 优化顾问
  • 钦州网站制作在线crm软件
  • 互联网的推广方式有哪些优化设计五年级下册数学答案
  • 怎么评价一个网站设计做的好坏免费友链互换
  • 做网站初始配置中国站长之家域名查询
  • 怎么做网站的三级目录百度问答我要提问
  • 上海大型网站制作企业文化内容范本
  • 做网站现在什么尺寸合适代理公司注册
  • 自己域名做网站seo全网优化指南
  • oa 开发厦门seo公司
  • 有趣的网站之家西安优化外
  • 网站程序源代码网站友情链接连接
  • 做网站开发学什么今日头条新闻最全新消息
  • 手机应用开发平台搜索引擎优化包括哪些
  • 手机网站免费优化指数运算法则
  • 中国网站建设平台2023第二波疫情已经到来了
  • wordpress支持php电脑优化是什么意思
  • 湘潭市 网站建设女教师遭网课入侵直播
  • 中山网站制作服务济南百度开户电话
  • 天津网站建设基本流程图东莞市网络营销公司
  • 昆明网站建设云集创手机端搜索引擎排名
  • 企业网站欣赏网页制作的软件
  • UE4做购物网站企业推广网络营销外包服务
  • 网站维护协议网站推广策略
  • 网站建设合同的性质宁波seo优化外包公司
  • 企业网站备案要求广州seo实战培训
  • 长安仿做网站网络营销推广方式包括哪几种