본문 바로가기

JPA

Jpa Mysql column 자료형

 

Java DB
숫자
Byte tinyint(4)
Short smallint(6)
Integer int(11)
Long bigint(20)
BigDecimal decimal(19,2)
Float float
Double double
Boolean bit(1)
날짜/시간
Date
LocalDate
date
Timestamp
LocalDateTime
datetime
Time time
문자열
String varchar(255)
Clob longtext
Byte[][2] tinyblob
Blob longblob

 

'JPA' 카테고리의 다른 글

[JPA] Entity Map 을 Json 으로 Converter  (0) 2022.02.07