-->
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: Map persistante dont les valeurs sont toujours null
PostPosted: Tue Aug 12, 2008 12:30 pm 
Newbie

Joined: Tue Aug 12, 2008 12:20 pm
Posts: 1
Salut à tous,
J'ai un petit souci sur Hibernate 3.2.6 avec une map persistante dont voici le mapping :

Code:
<map cascade="all" name="userResponses" table="user_responses">
   <key column="vote_id"/>
   <index-many-to-many class="com.pragmaclip.bo.User" column="user_name"/>
   <element column="response" type="string" not-null="true"/>
</map>


Je n'ai aucun problème pour ajouter de nouvelles entrées (elles sont bien ajoutées en base) ni pour récuperer l'ensemble des clés, mais par contre, à chaque fois que je veux récupérer les valeurs, la méthode get() me retourne null ...

J'ai pas mal cherché cet après-midi, mais en vain : je n'ai trouvé personne qui a ce problème. Est-ce que quelqu'un aurait une idée ?

Merci d'avance !


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.