Re: [Hibernate] Milliseconds Problem

2003-10-29 Thread Gavin King
This is a bug in some versions of the Oracle driver, AFAIK. Expedito Reinaldo da Silva Júnior wrote: Hi, I have a class with a java.util.Date attribute; It's associated column in the database is a oracle 'timestamp' column (Timestamp columns support milliseconds). When i save my object, the mill

[Hibernate] Milliseconds Problem

2003-10-29 Thread Expedito Reinaldo da Silva Júnior
Hi, I have a class with a java.util.Date attribute; It's associated column in the database is a oracle 'timestamp' column (Timestamp columns support milliseconds). When i save my object, the millisecond field of my attribute is always zero. Does anyone had a similar problem??? I tried to change th