migration « Database « JPA Q&A





1. Data migration with Hibernate    stackoverflow.com

I am working on a project for a company, where I need to migrate its previous data into a new system. Obviously both structures are totally different and I'm using hibernate ...

2. Hibernate solutions question: best tooling for a legacy DB migration using Hibernate    coderanch.com

Hello Srivinas, what tooling do you recommend to use with Hibernate in the migration of a very de-normalized legacy system? The legacy system consists of 800+ tables, views and indices. And, the migration will have to happen in real-time against the Prod. database. I have considered using Talend or the Eclipse Middlegen plugin. There are other ETL tools in cyberspace: but ...

3. Migration to Hibernate - Database changes required    forum.hibernate.org

Hi All , I have three questions for now. Any response is appreciated. (i) Is it possible to hook up the existsing database with Hibernate without modifying the database. Like if the tables have only business primary key (ex: UserName)and doesnt have any sequence or any other numbers generated as primary key column . (ii) Does using Hibernate for a existsing ...

4. Database migration    forum.hibernate.org