-->
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.  [ 1 post ] 
Author Message
 Post subject: Nhibernate not update data to database
PostPosted: Tue Jul 17, 2012 11:25 am 
Newbie

Joined: Tue Jul 17, 2012 11:07 am
Posts: 1
THis is my code;
Public Overridable Sub SaveOrUpdate(Optional ByVal flush As Boolean = False)
Dim sess As NHibernate.ISession = SessionManagement.GetCurrentSession
sess.SaveOrUpdate(Me)
If flush Then
sess.Flush()
End If
End Sub

Data update to session but not update to database after sess.flush(). And there are not any errors.
It happen when update only and some table.

How can I do?


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

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.