sql >> Base de Datos >  >> RDS >> Oracle

¿Cómo almacenar la fecha Y la hora con JPA en Oracle?

Anotar su campo y cambiar el tipo debería ayudar:

@Temporal(TemporalType.TIMESTAMP)
private java.util.Date modifiedTimestamp;