Hi All,
I hate dynamic tables, but this time it looks like we need them.
I would love to use Hibernate (not used before, but looks good!), but I am starting to think it is not possible to use hibernate with tables we need to create at runtime due to not knowing what will be in the various tables linked to a dynamically created app created by users.
I came up with a static version (cols as rows, as cols not known up front), but that version made the queries complex and slow and that was before aggregate functions like sum!
Otherwise will have to use something like JDO, iBATIS or something else that allows this.
Fingers crossed that it can be done in hibernate at runtime and someone replies!
Thanks in advance
|