1. proxy with composite-id forum.hibernate.orgGuys, could somebody tell me is there any possibility to use proxy/lazy stuff with composite-id ? Like an example: I have Table1 which have some fields and composite-id. Composite-id consist from 2 fields: one is local, other is foreign key. Now, I'd like to catch some data from Table1, but Hibernate (2.1 final) ask automatically PK-table, and tries to build full ... |