Hibernate
1. dialect (hibernate 전용옵션)
각 데이터베이스 벤더마다 문법들이 다르기 때문에 어떤 데이터베이스를 사용하는지 설정하면
jpa가 적용해서 알아서 맞춰줌
h2 : org.hibernate.dialect.H2Dialect
oracle 1xg : org.hibernate.dialect.Oracle1xgDialect
Mysql : org.hibernate.dialect.MySQL5Dialect
'개발 > jpa' 카테고리의 다른 글
Repository Interface에 @Respoitory가 없는 이유 (0) | 2020.08.15 |
---|---|
post 와 comment 내가 선택한 출력 방식 (0) | 2020.06.02 |