-->
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: How to use "select new MyClass(dto.attr1) from MyDTO dt
PostPosted: Tue May 18, 2004 6:28 am 
Newbie

Joined: Tue May 18, 2004 6:23 am
Posts: 1
Hi all,
I want to use the query "select new MyClass" but I didn't figure out the right syntax. What I want to do is the following :
select new MyClass(dto1.attr1, adto1.attr2, dto2.attr1, dto3.attr1) from
MyDTO dto1, MyDTO dto2, MyDTO3 dto3)

do you have any ideas
thank you
regards
Mohammed


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 18, 2004 9:59 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Code:
select new MyClass(dto1.attr1, dto1.attr2, dto2.attr1, dto3.attr1) from
MyDTO dto1, MyDTO dto2, MyDTO3 dto3)

_________________
Emmanuel


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.