-->
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: auto join criteria
PostPosted: Wed Oct 20, 2010 11:53 am 
Newbie

Joined: Mon Apr 28, 2008 6:02 am
Posts: 3
Hi guys i have a problem with hibernate and i need some help!
Code:
public class Rules{
   
   private String flTipo;
   private int idStart;
   private int idEnd;
   private int idTemplate;
.....
getters ands setters
}

I want to do some criteria to convert:
Code:
select r1.idTemplate
from Rules r1 left join Rules r2
on r1.idTemplate = r2.idTemplate
where r1.idStart = 1 and  r1.idEnd  = 3
and r2.idEnd = 3 and  r2.idStart  = 8

thanks....


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.