SimpleDB DAO
Community Contributed Software
-
Amazon Web Services provides links to these packages as a convenience for our customers,
but software not authored by an "@AWS" account has not been reviewed or screened by AWS.
-
Please review this software to ensure it meets your needs before using it.
This is a DAO support library which provide basic operations for items stored in Simple DB. It used typica project for Simple DB API calls. It allows you to work with SimpleDB in JPA style.
Details
- allow to use some JPA annotations in your model (@Entity, @Table, @Column)
- provide basic operations with your model entities:
- store entity
- delete entity
- get entity by id
- get portion of entities
- get portion of entities filtered by query
- get all entities filtered by query
- count entities in domain
- count entities filtered by query in domain
Usage examples:
http://code.google.com/p/simpledb-dao/wiki/Usage