JPA Auditing 생성시간/수정시간 자동화
@CreationTimestamp와 @CreatedDate 하이버네이트 애노테이션 자체를 점점 사용하지 않는 추세이다. 생성자 또는 필드에서 초기화하지않는경우 NullPointErexception 발생 생성자 또는 필드에서 초기화하는 경우 데이터베이스에 저장될 값과 객체값의 다르다. @CreationTimestamp, @UpdateTimestamp INSERT 쿼리가 실행될 때, 현재 시간을 값으로 사용하여 쿼리를 생성합니다. 이 값은 persist 또는 new 생성 시점이 아닌 실제 쿼리가 실행될 때(flush) 생성됩니다. @Entity public class Member { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE) private Long i..
jpa
2023. 10. 3. 17:44
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- feignClient
- @Converter
- HandlesTypes
- JPA SQL Injection
- org.springframework:spring-webflux
- java 17
- 유저 스토리
- User Scenario
- @ElementCollection
- CreationTimestamp
- CreatedDate
- 구글 OpenID
- DispatcherServletInitializer
- @FormProperty
- entity 검증
- WebFlux 의존성
- BasicBinder
- dto 검증
- HTTPInterface
- Spring Boot 3
- ValidateException
- 레이어드 아키텍처
- FormProperty
- setDateFormat
- 구글 소셜로그인
- 유저 시나리오
- ServletContainerInitializer
- Attribute Converter
- defer-datasource-initialization
- dto 위치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함