temporal date in hibernate gives a string of characters while uploading to excel

前端 未结 0 370
眼角桃花
眼角桃花 2020-12-31 12:20

I have an entity file which describes date fields as follows:

 @Temporal(TemporalType.TIMESTAMP)
    @Column(name = "est_start_date")
    private Da         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题