Hibernate criteria subquery

Hibernate criteria subquery - Java - Programmation

Marsh Posté le 03-12-2008 à 21:07:08    

Bonjour les gars !  
Supposons que les tables sont bien mappees.  
comment faire cette query avec hibernate criteria??  
sql : select incident.* from incident where incident_id in (selectact_reg. incident_id from act_reg where act_reg.type = 2)  
 
Merci beacoup

Reply

Marsh Posté le 03-12-2008 à 21:07:08   

Reply

Marsh Posté le 03-12-2008 à 21:37:04    

sans ton mapping difficile de dire pour le faire en HQL,  
sinon au pire tu peux utiliser http://www.hibernate.org/hib_docs/ [...] rysql.html

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed