일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 데이터베이스 방언
- HTTP3
- HTTPMESSAGE
- 김영한JPA
- Invalid bound statement (not found)
- JPA
- 매핑정보가없는필드
- Transaction not successfully started
- ERROR TYPE : org.apache.ibatis.binding.BindingException
- 네이버로그인API
- gitreset
- @Table
- fixedDelay
- http
- org.apache.ibatis.binding.BindingException
- SpringBoot
- gitrevert
- hibernate.dialect
- @Entity
- KAKAOLOGINAPI
- 무상태프로토콜
- 자바ORM표준프로그래밍
- 멱등활용
- DB방언
- RFC723x
- 캐쉬가능
- 네이버 연결된 서비스
- initialDelay
- anyMatch
- Git
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 |