ObjectDB ObjectDB

Support of modifying an ObjectDB Entity class (Schema Change)

#1

If you modify an ObjectDB Entity class will it be supported by a database set up using the old class?

I already have an idea to iterate through a database, getting each record and then creating a record of the new type and replacing it, but I was just wondering if there is an easier way or if ObjectDB can already handle changes to Entity classes.

Please see my StackOverflow question for more information!

edit
delete
#2

No need for this effort. See this manual page. Schema evolution is automatic and transparent.

 

ObjectDB Support
edit
delete
#3

Thanks a lot for the reply here and on StackOverflow!

edit
delete

Reply

To post on this website please sign in.