2 Replies Latest reply on Aug 2, 2005 7:48 AM by justinb

    hibernate.hbm2ddl.auto on update with oracle

    justinb

      I have at last finished creating all my entities and their relationships, and it's really fantastic! I've switched hibernate.hbm2ddl.auto to 'update' (was 'create-drop'). The problem now is, if I redeploy, hibernate seems to be searching for the tables and their foreign keys. But it takes really long, so long that it almost seems to hang on each table. Is this normal?

      Thanks in advance.