Hi all,
I am experiencing an issue using the following attribute:
| // no matter what TemporalType used here
| @Temporal(value = TemporalType.TIME)
| private Date creationDate;
|
against a datetime column in the Table on SQL Server.
The value I put in the DB is not the one I retrieve, doing a getTime() on both values
shows a millisecond difference (thus, the dates are not equal).
This behaviour is completely random.
Has somebody already experienced such a behaviour?
Cheers
Fab
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172464#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...