-->
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: HQL + maps + querying
PostPosted: Mon Jul 25, 2005 3:20 am 
Newbie

Joined: Wed Dec 22, 2004 5:56 am
Posts: 9
[b]Hibernate 2.1.8[/b]

Hi,

I would like to ask you how to query map mapping using HQL. I have mapping eg.:

<class name="A">
<map name="strings">
<key>
<column name="MASTER"/>
</key>
<composite-index class="B">
<key-property name="s1" column="KEY1"/>
<key-property name="s2" column="KEY2"/>
</composite-index>
<element type="B">
<column name="VALUE1"/>
<column name="VALUE2"/>
</element>
</map>
</class>

And now I want to select A which has KEY1 column is 'X' and VALUE1 column is 'Y'?

Thanks


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.