[appengine-java] Re: any way to find all the namespaces used ?

2011-05-16 Thread Didier Durand
Hi, to my knowledge, app engine doesn't store used namespaces, it just uses the corresponding string as prefix to separate data structure. If you want to remember all used namespaces, it's something that you have to handle by yourself: you create your system namespace then define an entity for

Re: [appengine-java] Re: any way to find all the namespaces used ?

2011-05-16 Thread Prashant
thanks :) On Mon, May 16, 2011 at 5:14 PM, Didier Durand durand.did...@gmail.comwrote: Hi, to my knowledge, app engine doesn't store used namespaces, it just uses the corresponding string as prefix to separate data structure. If you want to remember all used namespaces, it's something