1. Hibernate replacing my tables coderanch.comHi, Why is Hibernate replacing existing tables in the database with its own, different tables upon a call to session.find("from X")? Here's my mapping document: |
2. Hibernate replacing my tables forum.hibernate.orgHi, Why is Hibernate replacing existing tables in the database with its own, different tables upon a call to session.find("from X")? Here's my mapping document: Code: |