From: Lars E. <lar...@ya...> - 2008-07-16 06:20:18
|
Hi Everyone! I have a simple question. if i have some like this query select t1.c1, t1.c2 from table1 t1, table t2 where t1.c2 ="something" and t1.c3=t2.c4 How can i use the map for generate this query. I would like use hibernate-mapping not hibernate-query or sql-query. Thanks Lars |