A
Adrian
i'm working on a large j2ee webapplication, where we should use hibernate.
the class model is far away of the db model.
the objects merge data from different tables and write to an other table.
is hibernate the right approach?
i think if we want to profit, we should have similar tables/classes...
thx for comments
the class model is far away of the db model.
the objects merge data from different tables and write to an other table.
is hibernate the right approach?
i think if we want to profit, we should have similar tables/classes...
thx for comments