How can I add or delete a property in a given entity.

Let say i have this "employee" class with properties

-Name
-Address

and i have uploaded it in google app engine and pushed data.

Then after some time, i want to add a field like below

-Name
-Address
-ContactNo

1. Should i just add a definition in the class employee and just
update it in google app engine?

2. What will the previous data look like and how can I add contactNo
to the previous data?

3. What if I want to remove the Address property, should i just remove
the address declaration and methods in the employee class? Also what
will happen in my data up in GAE?


-mar_novice


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to