I'm using spring, hibernate and dbms oracle.

I have next problem with using spring roo v1.23:

When i'm making database reverse engineer db managed aspects with timestamp, fields are generating with Calendar type. After this i need to configure my beans on Date type manually. Version 1.22 of roo generates Date type as i need.

Is it possible to make spring roo 1.23 working for the timestamp fields as 1.22 ?

Thank you.