Yep... at least I think so..
. I understand the usage like is explained in the manual.... but I am a bit confused....
In the examples in the manual you use Calendar in your value persist objects... but the hbm2java generates sql datetime fields as java.util.Date types... which works well..
Also in the manual there does appear the mapping from Date(), Calendar to the SQL type Time, timestamp, Date... but no datetime...
Yeeeyyee the manual says: (or equivalent)... but datetime is not equivalent to Date , Time and timestamp... or not ????: datetime=Date+Time... or am I missing something here ??
So what is my equivalent for datetime ??
Ed
|