you can delete war/WEB-INF/appengine-generated/local_db.bin to wipe the database
On May 28, 9:06 am, "Ronmell (VDKiT)" <[email protected]> wrote: > Hi Gaurav. > > You can delete by your own calling the "deletePersistenceAll" from a > Query sending as parameter the class of your POJO object. > > but if you made the changes to your POJOs, you don't need to delete > all data or rebuild the entity, just make the changes and deploy the > app and the columns will be added or deleted in your entity, at the > end, the found fields will retreive the value contained in, and the > not found fields will retrieve "null". > > Remember, "schemaless" means you don't have to build-rebuild your > entities when making changes. > > Rgds. > > R > On 28 mayo, 07:07, Gaurav Munjal <[email protected]> wrote: > > > > > I have made some changes in the class file, whose objects were > > persisted... Now I need to empty the local datastore. Is there a way? -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
