ObjectDB Database Search

51-54 of 54 results

Auto Date for Creation and Update

and time when book author has been created. */ @Temporal( TemporalType .TIMESTAMP) private Timestamp

java.sql.Timestamp with milliseconds

Using JPA with other providers java.util.Date will not provide support to store milliseconds, this can usually be overcome using (see here http://docs.oracle.com/javase/1.5.0/docs/api/java/sql/Timestamp.html) @Id @Column(name = "STMP") @Temporal( TemporalType .TIMESTAMP) private Timestamp

Entity with java.util.Date column gives ClassCastException in BIRT

; @Temporal(value = TemporalType .DATE)     private Date birthdate;     /**  

ObjectDB 2.5.5

some combinations of different wildcards. Fixed a bug in handling dates ( TemporalType .DATE