【mybatis mapper xml文件配置resultmap时,id行和result行有什么区别()】识字粗堪供赋役,不须辛苦慕公卿。这篇文章主要讲述mybatis mapper xml文件配置resultmap时,id行和result行有什么区别?相关的知识,希望能为你提供帮助。
mybatis mapper xml文件配置resultmap时,id行和result行有什么区别?
<
resultMap id = "CashInvoiceMap" type="com.dfire.soa.invoice.bo.Invoice">
<
id column="id" property="id" />
<
result column="order_id" property="orderId" />
<
result column="customer_register_id" property="customerRegisterId" />
<
result column="entity_id" property="entityId" />
<
result column="invoice_kind" property="invoiceKind" />
<
/resultMap>
property:javabean的属性名,propertyjavabean的属性名。
column:数据库的字段名,column:数据库的字段名。
推荐阅读
- 宏基笔记本win7旗舰版64位系统推荐
- Android M获取屏幕锁定的相关信息(“无”,“滑动”,“PIN码”,"图案","密码")
- Android LruCache类分析
- android 闹钟设置问题
- Android 图片缓存处理
- 我的Android进阶之旅------&gt;怎样将Activity变为半透明的对话框()
- Android N 7.1.1 ActivityManagerService 获取cpu状态
- Android语音播报后台播报语音识别
- Hybrid App开发之jQuery选择器