-->
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: Session.CreateCriteria(typeof(Employee)).List()
PostPosted: Thu Jul 10, 2008 11:27 am 
Newbie

Joined: Tue Jul 08, 2008 7:13 am
Posts: 4
Hibernate version: 1.2

Code:
System.Collections.IList lst = Session.CreateCriteria(typeof(Employee)).List();


Please correct me if I am wrong. The List() function works like "Select * from EmployeeTable". The question I have is that what type of locking is being used when performing this List()? If List() applys a lock on the table before retrieving data, how can I set it to NOLOCK? Any help would be greatly appreciated.

Kashif


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.