I’m looking for a java library that allows the the persistence and retrieval of Java POJOs.
Some specific features I’m looking for:
- Annotation Mechanism for attributes describing how a POJO attribute should be stored.
- Store, Update and Delete methods
- Simple Finder mechanisms to facilitate the finding of data.
- Utility methods for creating/deleting tables
Thanks.
Check out the AWS SDK provided by Amazon. It contains all the features that you are looking for.