-->
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: Query problem
PostPosted: Fri Apr 22, 2005 1:36 pm 
Newbie

Joined: Sat Mar 26, 2005 6:31 am
Posts: 14
Hello,

I am using hibernate 2.1.8 on a client/server architecture.
When I do a querie for some Objects these objects contain a set with other objects.
Now when I look wich type the Set is it is of the type net.sf.hibernate.collection.Set.
Is it posible to make the type java.util.Set else I have to distribuite te hibernate package with the client.
The query I use is:
bestellingen = session.find(
"from Bestelling as Bestelling where Bestelling.afgewerkt = ?",
new Boolean(false),
Hibernate.BOOLEAN);

Thanks
Steven


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 24, 2005 4:01 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
True client server would require hibernate distributed with the client since the complete app is the client with the client connecting to the remote database.


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.