; Why not create an entity and persist the Map as a field on the entity?
>
>
>
>
>
> On Sun, Feb 7, 2010 at 10:57 PM, Alex Lui wrote:
> > As java.util.Map isn't supported by GAE, I'm trying to create a class
>
> > @PersistenceCapable(identityType = IdentityTyp
As java.util.Map isn't supported by GAE, I'm trying to create a class
@PersistenceCapable(identityType = IdentityType.APPLICATION,
detachable="true")
public class DAOMap implements
Map {
...
however, got such exception in Eclipse console
DataNucleus Enhancer (version 1.1.4) : Enhancement of clas