-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Help on Timestamp
PostPosted: Thu May 19, 2005 12:44 pm 
Newbie

Joined: Thu May 19, 2005 12:25 pm
Posts: 1
My setting:

NHiberate 7.0
Oracle 9.2

mapping:

<timestamp name="TimeStamp" column="Update_Timestamp_FLD"/>


When a new object is initially saved, the Timestamp column is 1/1/0001, is it expected? I assume it will be filled with current time.
However, when the object is updated, it's filled with current time.

Any issues here?


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 19, 2005 2:29 pm 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
I would say it works as expected. If you want the Timestamp to be initialized to current time, you can add initialization to your class (DateTime timeStamp = DateTime.Now;). But it will of course contain the time when the object was created, not when it was saved.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.