Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Hibernate binding in dynamic model

    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?
Working...
X