-
typeAliases2014/:: Framework :: 2014. 9. 22. 14:04
typeAliases를 이용하면 FQCN으로 쓰지 않아도 된다.
Alias
Mapped Type
_byte
byte
_long short
_int
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
object
Object
map
Map
hashmap
HashMap
list
List
arraylist
ArrayList collection
Collection
iterator
Iterator
...............................................................................................................................
출처
...............................................................................................................................
MyBatis
v. 3.2.1
User Guide12쪽
...............................................................................................................................
'2014 > :: Framework ::' 카테고리의 다른 글
org.apache.ibatis.session (0) 2014.09.22 org.apache.ibatis.io Resources getResourceAsReader (0) 2014.09.22 mybatis ibatis 차이 (0) 2014.09.22 properties (0) 2014.09.18 스프링 (0) 2014.09.18