Skip to content

smmorneau/ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author:       Steely Morneau
Project:      ORM
Last updated: March 2012
-----------------------------

Summary:
An object-relational-mapping from Java objects to MongoDB using annotations.
The ORM can save individual objects and collections of objects to a database 
    and retrieve them.
Only serializes and deserializes fields that are:
    - prefixed with @MongoField
    - Strings
    - primitive types    
Only allows collections whose values or keys are mongo collections.

Limitations:
Works with Collections but does not work with Maps.

Usage: 
java TestORM
to run the provided test file (an Employee-Manager database) while MongoDB is running

About

An object-relational-mapping from Java objects to MongoDB using annotations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages