-->
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: More than one row with the given identifier was found
PostPosted: Sat Oct 10, 2009 9:41 am 
Newbie

Joined: Thu Sep 17, 2009 1:22 am
Posts: 3
Hi

I have a table with many columnts having same id as the foreign key
For example the table looks like

id status description
--------------------------
1 status1 description1
1 status2 description2

I have written a query like
Query query = session.createQuery("from dbname as db where db.id='1' and db.status='status1'");
for (Iterator iterate = query.iterate(); iterate.hasNext();)
{
dbname db=(dbname)iterate.next();
System.out.println(db.getDescription());
}

The error is "More than one row with the given identifier was found"


Can anyone help me out in this regard


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.