09-22-2011 09:21 AM
I created one custom class by implements Persistable
by using I created many objects and stored that in the persistent store
Now I want to modifiy that class by adding some more member variables and methods
is it affect our objects in the persistent store ?
Solved! Go to Solution.
09-22-2011 09:33 AM
09-23-2011 01:12 AM
thanks for your reply..
Now I want to add one method in the existing class
is it affect our stored objects ?
09-23-2011 05:07 AM
Methods do not effect compatibility.