-->
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.  [ 2 posts ] 
Author Message
 Post subject: org.hibernate.AssertionFailure: undefined join type 23
PostPosted: Sat Jan 23, 2010 11:47 pm 
Newbie

Joined: Wed Jan 13, 2010 7:24 am
Posts: 2
I am working with full join on one-to-many between Vendor and Customer, i have got the following exception:

Exception in thread "main" org.hibernate.AssertionFailure: undefined join type 23

i wrote hql logic as follows:

String s="select v.vendorname,c.customername from VendorPojo v full join v.children c";
Query qry=ses.createQuery(s);
Iterator it=qry.iterate();
while(it.hasNext())
{
Object row[]=(Object[])it.next();
System.out.println(row[0]+" "+row[1]);
}
ses.close();



It worked fine with left join, right join and join. but its not with full join.
please suggest me the solution. thanks in advance.


Top
 Profile  
 
 Post subject: Re: org.hibernate.AssertionFailure: undefined join type 23
PostPosted: Thu Jun 20, 2013 1:40 am 
Newbie

Joined: Thu Jun 20, 2013 1:35 am
Posts: 1
Hi All,

I am also facing the same problem.I am using hibernate 3.2.

Please help for the same.

Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

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.