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 


      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to