码迷,mamicode.com
首页 > 其他好文 > 详细

mybaits别名简介

时间:2018-04-27 17:58:37      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:分享   引用   date   big   别名   路径   int   cells   bsp   

typeAliases  别名 

1.1      需求

在mapper.xml中,定义很多的statement,statement需要parameterType指定输入参数的类型、需要resultType指定输出结果的映射类型。

 

如果在指定类型时输入类型全路径,不方便进行开发,可以针对parameterType或resultType指定的类型定义一些别名,在mapper.xml中通过别名定义,方便开发。

1.2     mybatis默认支持别名

 

别名

映射的类型

_byte

byte

_long

long

_short

short

_int

int

_integer

int

_double

double

_float

float

_boolean

boolean

string

String

byte

Byte

long

Long

short

Short

int

Integer

integer

Integer

double

Double

float

Float

boolean

Boolean

date

Date

decimal

BigDecimal

bigdecimal

BigDecimal

1.3     自定义别名

 

1.3.1             单个别名定义

           技术分享图片

1.3.2             引用别名

        技术分享图片

1.3.3            批量定义别名(常用)

      技术分享图片

 

 别名部分比较常用,多加练习

 

mybaits别名简介

标签:分享   引用   date   big   别名   路径   int   cells   bsp   

原文地址:https://www.cnblogs.com/upyounger/p/8963404.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!