Hey,
I`m using sgwt ee 2.3 with a hibernate dynamic model binding.
when i use the customHQL feature it can`t map the result set to the correct fields on response.
i made hibernate print the sql it generates and i guess that the bug is somehow connected to the fact that the field`s names that hibernate independently generates (e.g table_name.field_name as table_name.field_name_hbSuffix)
does not correlate to the ds description that smart holds (which is the exact field name)
Is it a bug? a wrong way to use it?
I`m using sgwt ee 2.3 with a hibernate dynamic model binding.
when i use the customHQL feature it can`t map the result set to the correct fields on response.
i made hibernate print the sql it generates and i guess that the bug is somehow connected to the fact that the field`s names that hibernate independently generates (e.g table_name.field_name as table_name.field_name_hbSuffix)
does not correlate to the ds description that smart holds (which is the exact field name)
Is it a bug? a wrong way to use it?