Menu

#3 Changes in database objects aren't visible

open
nobody
None
5
2005-11-28
2005-11-28
No

When a database object is created or updated, using
commands like "create procedure" and "alter table",
Gebora internal state is not updated to reflect the
changes.

This bug is related to Hibernate. Its philosophy does
not take read-only non-transactional objects in
account. The biggest problem is Gebora architecture
needs to generate one SQL statement per "get" method.

We have two options: check if we can force Hibernate to
reload collections after each "get" method, or
find/develop another O-R mapping solution.

Discussion


Log in to post a comment.