Hi,
looking at:
http://www.hibernate.org/hib_docs/v3/re ... basictypes
I want to map a java.util.Date to a date in oracle and I want the value to maintain it's "fullness" in oracle. The only hibernate types I've found that use a date in oracle are date, time, and calendar_date, but none of these work for me. Here's why:
date: doesn't preserve time when inserting into oracle
time: doesn't preserve date when inserting into oracle
calendar_date: I want a java.util.Date - not a Calendar
Am I missing the proper way to do this mapping?
Thanks,
Ben
ps - I'm using hibernate 3.0.5 and oracle 9.0.2