I'm using app engine (Java) datastore API to build a project. I'm not using JDO/JPA but low level API.
How can I set multiple values for an entity property? I can find documentation about how to do so when using JDO or JPA (using Lists) but can't find that info for low level API.
Thanks.