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 the
type mapping to 'date', 'timestamp'... I've changed the attribute to be a
java.util.Calendar and I mapped it to 'java.util.Calendar', but nothing
worked. (I almost changing my column to store a long type with the timestamp
time...)

Thanks

Expedito.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to