ObjectDB Database Search
51-57 of 57 results_PersistenceException: Type is not found on getSingleResult.; @Temporal( TemporalType .DATE) private Date fechaNacimiento;   | |
Entity with java.util.Date column gives ClassCastException in BIRT; @Temporal(value = TemporalType .DATE) private Date birthdate; /**   | |
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 | |
Auto Date for Creation and Update and time when book author has been created. */ @Temporal( TemporalType .TIMESTAMP) private Timestamp | |
JPA inheritance issue with ObjectDB - Field not found in type error(pPara, pVal, TemporalType .DATE); } else { Object pVal = (Object) m.getValue(); qry.setParameter | |
ObjectDB 2.5.5 some combinations of different wildcards. Fixed a bug in handling dates ( TemporalType .DATE | |
ObjectDB 2.6.5 request #1658 ). Fixed a bug in persisting dates ( TemporalType .DATE ) based on time close to clock |