| Interface and Description |
|---|
| org.mongodb.morphia.mapping.lazy.DatastoreProvider
DatastoreProviders are no longer necessary
|
| org.mongodb.morphia.logging.Logr
Use Logger directly
|
| org.mongodb.morphia.logging.LogrFactory
Use LoggerFactory directly
|
| Class and Description |
|---|
| org.mongodb.morphia.DAO
use org.mongodb.morphia.dao.BasicDAO
|
| Annotation Type and Description |
|---|
| org.mongodb.morphia.annotations.Polymorphic
Currently unused
|
| Field and Description |
|---|
| org.mongodb.morphia.dao.BasicDAO.ds
please use the getter for this field
|
| org.mongodb.morphia.dao.BasicDAO.entityClazz
please use the getter for this field
|
| Enum Constant and Description |
|---|
| org.mongodb.morphia.query.FilterOperator.WITHIN
New in server version 2.4: $geoWithin replaces $within which is deprecated.
|