Joined: Wed Sep 27, 2006 6:10 pm Posts: 8
|
i have a whole hibernate data model and much of it gets punched into a jIbx parsing system. because of that i had to make all of my linked classes explicit loading. problem is there are cases when i want a parent class to explicitly load one or more of its subclasses, but in other circumstances to ignore subclasses completely.
how do i do that? if i can't do it i could potentially be sending thousands of records to the ajax client for the system that are very unnecessary but i need to send those records to the reporting system so the reports can be compiled.
if its not possible is there a way i can disable lazy and explicit loading all together and simply do it manually.
|
|