Hibernate中的日期映射
摘要:以下以mysql数据库为例。//数据库为datetime@Column(name = "report_date")private Date reportDate;//数据库为datetime@Temporal(TemporalType.TIMESTAMP)@Column(name = "apply_
阅读全文
posted @ 2020-03-14 10:50
posted @ 2020-03-14 10:50
posted @ 2020-03-12 09:30
posted @ 2020-03-10 20:51
posted @ 2020-03-03 10:01