-->
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: Criteria Query mit Set<String> in der Bedingung
PostPosted: Mon Mar 16, 2009 6:01 am 
Newbie

Joined: Mon Jul 02, 2007 6:16 am
Posts: 3
Hi,

ich verwende ein Klasse 'User' die ein Set von Strings enthält. Das Set ist in der Klasse folgendermaßen definiert und gemapped:


@CollectionOfElements
@Column(name = "ROLLEN")
private Set<String> rollen;

zusätzlich habe ich die Getter/Setter mit public Set<String> getRollen() und public void setRollen(Set<String> newRollen) definiert.

Jetzt möchte ich einen Wert aus diesem Set in einer Query abfragen (z.B. alle User die den Eintrag "admin" in dem Set haben):

Criteria criteria = getDBSession().createCriteria(User.class);
criteria.add(Restrictions.eq("rollen", "admin"));

Das klappt leider nicht. Gibt es hierfür irgend einen Weg?

Die Frage wurde hierschon mal gestellt, aber leider nie beantwortet.

Danke,
Becay


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.