Dass die Low-Level-API nicht so tolle ist, habe ich unter anderem schon hier eine Alternative genannt. Eine andere ist SimpleDS, von der nun der erste Release Candidate raus ist. Siehe auch die 1.0-Ankündigung. Features:
- Configuration is driven by SimpleDS or JPA annotations.
- Embedded classes are supported
- Entity relationships are not supported.
- ==, <, <=, >, <=, IN, != and left like are supported.
- Easy way to transform between java classes and Datastore Entity
- Only Key is supported as primary key.
- Support PagedQuery and Cursors.
- Validations of expected ancestors
- Multiple index values
- Transactions support
- Level 1 and 2 Cache
- Background tasks
- Functions