java8 | postgreSQL |
---|---|
LocalDate | date |
LocalTime | time |
LocalDateTime | timestamp without timezone |
OffsetDateTime | timestamp with timezone |
String | varchar |
String | text |
Integer | int2 |
Integer | int4 |
Long | int8 |
Float | float4 |
Double | float8 |
BigDecimal | numeric |
Boolean | bool |