Import data from MySQL

#1

Hi,

I tried the objectdb in my research, find it very easy to handle without setting up xml files.

However, I cannot find the import/export functions between other database, then how can I transfer mysql data into objectdb?

#2

Currently to import data from other databases to ObjectDB you will have to write your own conversion program. If you use JPA with MySQL you can retrieve old data from MySQL using JPA as entity objects, detach the retrieved entity objects and then persist them into ObjectDB.

An automatic data conversion utility is expected to be implemented as part of the RDBMS-ObjectDB Replication feature. You may subscribe to this feature request to increase its priority.

See also the migration path from JPA / Hibernate forum thread.

ObjectDB Support

Reply