Results 1 to 4 of 4

Thread: Spring Data Document - MongoDB Support 1.0.0.M1 Released

Threaded View

  1. #1
    Join Date
    Aug 2004
    Posts
    1,107

    Default Spring Data Document - MongoDB Support 1.0.0.M1 Released

    Dear Spring Community,

    I am pleased to announce that the very first milestone release of the Spring Data Document 1.0 project with MongoDB support is now available!
    The primary goal of the <b>Spring Data</B> project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
    The MongoDB module provides integration with the MongoDB document database.

    Downloads | JavaDocs | Reference Documentation | Changelog

    To learn more about the project, visit the Spring Data Homepage.

    The features in Spring Data Document 1.0.0 M1 include:

    General
    • BeanFactory for basic configuration of Mongo environment
    • Namespace for basic configuration of Mongo environment


    Core Data Access
    • Introduce MongoTemplate implementation with methods defined in MongoOperations interface
    • MongoTemplate support for insert, find, save, update, remove
    • MongoTemplate support for basic POJO serialization based on bean properties
    • Allow MongoTemplate methods to use a default collection name
    • Exception translation in MongoTemplate to Spring's DAO exception hierarchy
    • Support for update modifiers to allow for partial document updates
    • Expose WriteConcern settings on MongoTemplate used for any write operations
    • Support in MongoTemplate for enabling either logging or throwing exceptions based on value of WriteResult return value.


    Repository
    • Introducing generic repository implementation for MongoDB
    • Automatic implementation of interface query method names on repositories.
    • Namespace support for Mongo repositories
    • Allow usage of pagination and sorting with repositories


    Looking forward to your feedback on the forum or in the issue tracker.
    Last edited by trisberg; Feb 25th, 2011 at 01:18 PM.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •