proxy « Composite « JPA Q&A





1. proxy with composite-id    forum.hibernate.org

Guys, 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 ...