[appfuse-user] Hibernate view/table (w/o PK) mapping.

2007-09-11 Thread Francisco Goldmeier Tochetto
Hello guys, I am trying to map a view, which has three pairs of id/value from different tables. I can generate the POJO from my table/view using middle gen, compile and deploy my project normally. But when I try to use this POJO in myDaoHibenate class to place a simple query it fails. java.sql.SQ

[appfuse-user] Re: Hibernate need to access properties on join table

2007-07-25 Thread Francisco Goldmeier Tochetto
Sorry, the link is... http://www.thearcmind.com/confluence/display/RandomThoughts/Hibernate+need+to+access+properties+on+join+table On 7/25/07, Francisco Goldmeier Tochetto <[EMAIL PROTECTED]> wrote: A nice article about accessing data on join tables. I hope it could help you as helped

[appfuse-user] Hibernate need to access properties on join table

2007-07-25 Thread Francisco Goldmeier Tochetto
A nice article about accessing data on join tables. I hope it could help you as helped me ;D Regards, Francisco