| Interface | Description |
|---|---|
| AdvancedDatastore |
This interface exposes advanced
Datastore features, like interacting with DBObject and low-level options. |
| Datastore |
Datastore interface to get/delete/save objects
|
| EntityInterceptor |
Interface for intercepting @Entity lifecycle events
|
| ObjectFactory |
The ObjectFactory is used by morphia to create instances of classes which can be customized to fit a particular applications needs.
|
| Class | Description |
|---|---|
| AbstractEntityInterceptor | |
| DAO<T,K> | Deprecated
use org.mongodb.morphia.dao.BasicDAO
|
| DatastoreImpl |
A generic (type-safe) wrapper around mongodb collections
|
| Key<T> |
The key object; this class is take from the app-engine datastore (mostly) implementation.
|
| MapreduceResults<T> | |
| Morphia |
| Enum | Description |
|---|---|
| MapreduceType |
Defines how the output of the map reduce job is handled.
|
| Exception | Description |
|---|---|
| AuthenticationException |