3839404142434445464748
item.classes.add(Integer.class); item.classes.add(Collection.class); Key key = datastore.store(item); TypeWithEnum thing = new TypeWithEnum(); thing.watsit = MyEnum.TWOK10; item.things.add(thing); item.things.add(null); datastore.disassociateAll();