본문 바로가기

DB

[DataBase 관련] BaseTimeEntity

728x90

기본적으로 예를 들면,    

 

  createdDate -> Entity가 생성되어 저장될 때 시간이 자동 저장됨
  modifiedDate -> 조회한 Entity 값을 변경할 때 시간이 자동 저장됨


각 엔티티들은 이 BaseTimeEntity를 extends(상속)

728x90