Lazy MongoDB Container
A Lazy Loading Container implementation for MongoDB that maps documents onto Java beans, based on Spring Data.
Feature Highlight:
- Automatic Bean Mapping through Spring Data's MongoTemplate
- Rich Query Interface through Spring Data's Criteria objects
- Optional Buffered variant for batch editing
- Lazy loading of new Beans to handle large datasets
It implements both unbuffered and buffered processing, for batch processing documents.
More information on GitHub: https://github.com/tyl/mongodbcontainer-addon
Install
Framework Support
Vaadin 7.3+
Browser Independent
Install with
Release notes - Version 1.0.3
Fixes issue #11