일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JPA
- Invalid bound statement (not found)
- 네이버로그인API
- @Entity
- ERROR TYPE : org.apache.ibatis.binding.BindingException
- HTTP3
- 캐쉬가능
- 김영한JPA
- SpringBoot
- gitrevert
- 멱등활용
- RFC723x
- anyMatch
- gitreset
- @Table
- org.apache.ibatis.binding.BindingException
- 자바ORM표준프로그래밍
- fixedDelay
- 네이버 연결된 서비스
- Transaction not successfully started
- http
- 매핑정보가없는필드
- initialDelay
- hibernate.dialect
- 무상태프로토콜
- HTTPMESSAGE
- KAKAOLOGINAPI
- 데이터베이스 방언
- Git
- DB방언
Archives
- Today
- Total
목록persistence.xml (1)
twocowsong
JPA persistence.xml
깃허브 정리 URL : https://github.com/sWineTake/jpa.git GitHub - sWineTake/jpa: 자바 ORM 표준 JPA 프로그래밍 - 김영한 자바 ORM 표준 JPA 프로그래밍 - 김영한. Contribute to sWineTake/jpa development by creating an account on GitHub. github.com JPA는 persistence.xml을 사용해서 필요한 설정 정보를 관리합니다. 이 설정 파일이 META-INF/persistence.xml 클래스 패스 경로에 있으면 별도의 설정없이 JPA가 인식할 수 있습니다. 설정 파일은 persistence로 시작합니다. 이곳의 XML네임스페이스와 사용할 버전을 지정합니다. JPA 2.1을 ..
IT/JPA
2022. 4. 26. 20:58