Can anyone point me to Objectify sample code to save/load/delete an entity that belongs to a particular namespace ?
Regards, Sathya
|
Can anyone point me to Objectify sample code to save/load/delete an entity that belongs to a particular namespace ? Regards, Sathya |
|||
|
|
|
Just set namespace via |
|||
|
|
|
as per Objectify Docs, the way to specify the namespace is overiding the getRawMemcacheService() function of ObjectifyFactory, after that, with that Factory, you will operate under that namespace EDIT: seems that this is a not correct answer from me, i'll investigate a little more, sorry |
||||
|
|