-->
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: Requête HQL avec des caractères manquants
PostPosted: Tue Dec 20, 2011 12:41 pm 
Newbie

Joined: Tue Dec 20, 2011 12:29 pm
Posts: 1
Bonjour à tous,
J'utilise actuellement une requête HQL qui compare les champs d'objet appartenant à plusieurs table
Voilà une requête HQL :

query = "select image from Image image join image.imageGroups imageGroup where imageGroup.groupName = :groupName image.patientName = :patientName and image.studydescription = :studydescription";

Mon soucis est que lorsque je remplace studydescription par une String de type "%ELE%", je n'ai aucun résultat alors que des String incluant le mot "test" existe bien. Je précise que ce n'est pas un problème de casse puisque le mot complet est aussi en majuscule.

En fait je cherche comment faire une recherche à partir d'une String incomplète en HQL.

Merci.


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.