Internal Website Search
51-57 of 57 resultsError using query with MAX() function @Temporal(value = TemporalType .TIMESTAMP) private Date changeDate; public int getId() { return id | |
JPA inheritance issue with ObjectDB - Field not found in type error(pPara, pVal, TemporalType .DATE); } else { Object pVal = (Object) m.getValue(); qry.setParameter | |
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.6.5 request #1658 ). Fixed a bug in persisting dates ( TemporalType .DATE ) based on time close to clock | |
ObjectDB 2.5.5 some combinations of different wildcards. Fixed a bug in handling dates ( TemporalType .DATE |