gilchris.log
gilchris.log
profile
gilchris
.
글시리즈소개
태그 목록
  • 전체보기(12)
  • Java(3)
  • 파이썬(1)
  • JPA(1)
  • ISMS(1)
  • gatsby(1)
  • 비밀번호(1)
  • 포트(1)
  • record(1)
  • 윈도(1)
  • terminal(1)
  • Content-Type(1)
  • ubuntu(1)
  • fcgi(1)
  • Proxy(1)
  • 패스워드(1)
  • 윈도우(1)
  • PORT(1)
  • 한글(1)
  • jekyll(1)
  • 우분투(1)
  • wifi(1)
  • oracle(1)
  • AUTO_INCREMENT(1)
  • JAMStack(1)
  • netstat(1)
  • 맥 한글(1)
  • bash(1)
  • python(1)
  • 11ty(1)
  • windows(1)
  • switch(1)
  • Nginx(1)
  • kisa(1)
  • jdk16(1)
  • shellscript(1)
  • indent(1)
  • 자음(1)
  • 성능(1)
  • pipe(1)
  • console(1)
  • hugo(1)
  • 들여쓰기(1)
전체보기 (12)Java(3)파이썬(1)JPA(1)ISMS(1)gatsby(1)비밀번호(1)포트(1)record(1)윈도(1)terminal(1)Content-Type(1)ubuntu(1)fcgi(1)Proxy(1)패스워드(1)윈도우(1)PORT(1)한글(1)jekyll(1)우분투(1)wifi(1)oracle(1)AUTO_INCREMENT(1)JAMStack(1)netstat(1)맥 한글(1)bash(1)python(1)11ty(1)windows(1)switch(1)Nginx(1)kisa(1)jdk16(1)shellscript(1)indent(1)자음(1)성능(1)pipe(1)console(1)hugo(1)들여쓰기(1)

JPA generated ID with Oracle Sequence

MySQL에서 보통 ID값(primary key)을 autoincrement로 만드는 것처럼 Oracle은 ID값을 주로 Sequence를 통해서 만들게 되는데, JPA Entity에 아래처럼 설정하면 된다.GeneratedValue annotaion의 generato

AUTO_INCREMENTJPAJavaoracle
2021년 1월 27일
·
0개의 댓글
·
0