Oracle Date类型字段,在使用Hibernate插入后只有年月日,时分秒显示12:00:00。 如果使用annotation的话,将 @Temporal( TemporalType.DATE) 替换为 @Temporal( TemporalType.TIMESTAMP) 即可。