| Author |
Hibernate query question
|
Payam Fard
Ranch Hand
Joined: Jan 31, 2003
Posts: 65
|
|
Hi all, How can I do the following query using hibernate's query by criteria or query by example? select * from x where x.y in (select t.y from t where t.id=3) Any help would be appreciated.
|
 |
 |
|
|
subject: Hibernate query question
|
|
|