일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 네이버로그인API
- 캐쉬가능
- SpringBoot
- 멱등활용
- JPA
- initialDelay
- http
- @Entity
- Git
- @Table
- Transaction not successfully started
- 매핑정보가없는필드
- 자바ORM표준프로그래밍
- KAKAOLOGINAPI
- 김영한JPA
- gitrevert
- DB방언
- org.apache.ibatis.binding.BindingException
- gitreset
- anyMatch
- 데이터베이스 방언
- fixedDelay
- Invalid bound statement (not found)
- RFC723x
- 네이버 연결된 서비스
- ERROR TYPE : org.apache.ibatis.binding.BindingException
- hibernate.dialect
- HTTP3
- HTTPMESSAGE
- 무상태프로토콜
Archives
- Today
- Total
twocowsong
@Transient 본문
깃허브 정리 URL : https://github.com/sWineTake/jpa.git
이 필드는 매핑하지 않습니다.
DB에 저장하지 않고 조회하지도 않습니다.
객체에 어떤 값을 보관하고싶을때 사용합니다.
@Transient
private Integer temp;
'IT > JPA' 카테고리의 다른 글
[실전 예제] 요구사항 분석과 기본 매핑 (0) | 2022.05.22 |
---|---|
중간 정리 (0) | 2022.05.21 |
@Lob (0) | 2022.05.21 |
@Temporal (0) | 2022.05.20 |
@Enumerated (0) | 2022.05.19 |