Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Provide support to increase developer productivity in Java when using document databases such as MongoDB and CouchDB . Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Morphia is a lightweight type-safe library for mapping Java objects to/from MongoDB: Easy to use, and very lightweight; reflection is used once per type and cached for good performance. Datasto...