본문 바로가기

개발공부/Spring

[MyBatis] resultType 값 받아오기

받아올 때 대문자랑 _(언더바) 조심하기!!

확인하고 값 넣자...^^

 

😖원시형의 경우는 언더스코어(_)를 앞에 붙임!

별칭(alias)

데이터 형태(data type)

string

String

date

Date

map

Map

hashmap

HashMap

list

List

arraylist

ArrayList

decimal

BigDecimal

bigdecimal

BigDecimal

biginteger

BigInteger

_byte

byte

_long

long

_short

short

_int

int

_integer

int

_double

double

_float

float

_boolean

boolean

_byte[]

byte[]

_long[]

long[]

_short[]

short[]

_int[]

int[]

_integer[]

int[]

_double[]

double[]

_float[]

float[]

_boolean[]

boolean[]

byte

Byte

long

Long

short

Short

int

Integer

integer

Integer

double

Double

float

Float

boolean

Boolean

byte[]

Byte[]

long[]

Long[]

short[]

Short[]

int[]

Integer[]

integer[]

Integer[]

double[]

Double[]

float[]

Float[]

boolean[]

Boolean[]

object

Object

date[]

Date[]

decimal[]

BigDecimal[]

bigdecimal[]

BigDecimal[]

biginteger[]

BigInteger[]

object[]

Object[]

collection

Collection

iterator

Iterator

ResultSet

ResultSet

 

'개발공부 > Spring' 카테고리의 다른 글

Spring 개념 정리 (spring 버전3 다운)  (0) 2020.08.11
Spring 실습 1회차  (0) 2020.08.11