I have a set of JDO persistence capable classes in packages that need to be refactored.
I know if you change the class name then you need to update the "BigTables" objects. However, if I change the package the java objects belong to, will this mean the data objects in "BigTables" need to be somehow updated?
ie com.example.test.Person -> com.example.blah.Person