Fields in a DB were of type DATETIME (mysql).
Why was it generated as a timestamp and will it be regenerated
during object persistence? That is not a desired scenario in my case,
seeing that as not a timestamp field means that it should only be set via setter,
no generation needed, I dont really understand why it did not generate it as Date type!
p.s. The problem as I see in that mysql JDBC driver returns datetime type as TIMESTAMP ! How to resolve all that?