podafMorphia

A Fantom to MongoDB object mapping library

Mixins

Converter

Implement to convert Fantom types to / from a MongoDB representation.

Classes

Datastore

(Service) - Wraps a MongoDB Collection, converting Fantom entities to / from Mongo documents.

Morphia

(Service) - The main entry point into Morphia.

MorphiaConfigIds

IoC Config values as provided by Morphia.

Facets

DatastoreType

Use in conjunction with @Inject to specify which Datastore to inject.

Entity

Marks a type to be mapped as a top level document in a MongoDB collection.

Property

Marks a field as a property of a MongoDB document.

Errs

MorphiaErr

As thrown by Morphia.