-->
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.  [ 3 posts ] 
Author Message
 Post subject: how to get fixed sorted set in the oneTomany annotation
PostPosted: Wed May 11, 2005 5:55 am 
Newbie

Joined: Wed May 11, 2005 5:44 am
Posts: 1
we use the annotation for hbm configuration

in the onetomany relation, i get a confused result

the Order of GameServerHBMs set is not fixed, but how to do for me
thanks


@OneToMany(fetch = FetchType.LAZY, targetEntity "com.ucdao.ec.game.dao.hibernate.GameServerHBM") @JoinColumn(name = "GS_GM_ID")
public Set<GameServerHBM> getGameServerHBMs() {
return gameServerHBMs;
}


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 13, 2005 4:15 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
I need to add a couple of annotations for that, vote for them in JIRA and provide a patch if you can :-)

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 16, 2005 2:31 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
You can now use @OrderBy or @Sort. Will be part of the next release

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.