replace « Table « JPA Q&A





1. Hibernate replacing my tables    coderanch.com

Hi, 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: Here's the class I'm mapping: public class User { private String id; private String username; private String ...

2. Hibernate replacing my tables    forum.hibernate.org

Hi, 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: ...