Hello,
I'm using SmartGWT 3.0p and I'm having performance problems using Hibernate.
I have a master - detail - subdetail relationship and when a fetch is done on master, all details and subdetails (the whole subgraph) are loaded.
Using dropExtraFields in the datasource is not working whole graph is still loaded.
As I want to be able to add a detail object to my master for instance, not adding related fields in my datasouce is not an option.
I'm including example datasources. If you'd like I have a modified "builtinds" to reproduce the problem.
Regards,
Cédric.
I'm using SmartGWT 3.0p and I'm having performance problems using Hibernate.
I have a master - detail - subdetail relationship and when a fetch is done on master, all details and subdetails (the whole subgraph) are loaded.
Using dropExtraFields in the datasource is not working whole graph is still loaded.
As I want to be able to add a detail object to my master for instance, not adding related fields in my datasouce is not an option.
I'm including example datasources. If you'd like I have a modified "builtinds" to reproduce the problem.
Regards,
Cédric.
Comment