[appengine-java] Re: Generic type in GAE JDO. Howto?

2010-02-11 Thread Alex Lui
; 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

[appengine-java] Generic type in GAE JDO. Howto?

2010-02-08 Thread Alex Lui
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