podafMorphia

A Fantom to MongoDB object mapping library

Mixins

Converter

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

Datastore

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

IntSequences

(Service) - A small utility class that creates sequential sequences of Ints as an alternative to using BSON ObjectIds.

Morphia

(Service) - The main entry point into Morphia.

MorphiaConfigIds

IoC Config values as provided by Morphia.

Classes

Query

A means to build Mongo queries with sane objects and methods.

QueryCriterion

Defines match criterion for a field.

QueryExecutor

Executes Query objects against a Datastore.

Facets

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.