-->
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: Liste avec un element vide
PostPosted: Mon Aug 03, 2009 2:33 pm 
Newbie

Joined: Mon Aug 03, 2009 2:13 pm
Posts: 1
Bonjour à tous,

J'ai un mapping assez simple pour sauvegarder une List<String> dans une table séparée.

Code:
<!-- List<String> pour code de vocation -->
<list name="listeCodeVocation" table="REGROUPEMENT_VOCATION" lazy="false">
  <key column="REGROUPEMENT_ID" />
  <index column="REGROUPEMENT_VOCATION_ID"  />
  <element column="CODE_VOCATION" type="string" />
</list>


J'ai un problème lors du chargement de l'objet parent ... j'obtiens toujours un élément de plus. Une String null en début de la collection.

Contenu présent lors du set de la liste en debug : [null, RRESO, INTLS]

La table contient seulement deux enregistrements ... Je suis un peu perdu pour trouver une solution :(


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.