Interface and Description |
---|
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
|
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
|
Constructor and Description |
---|
org.mongodb.morphia.mapping.Mapper(DatastoreProvider)
Use Mapper#setDatastoreProvider(DatastoreProvider) instead
|
Enum Constant and Description |
---|
org.mongodb.morphia.query.FilterOperator.WITHIN
New in server version 2.4: $geoWithin replaces $within which is deprecated.
|
Annotation Type Element and Description |
---|
org.mongodb.morphia.annotations.Index.background
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Reference.concreteClass
unimplemented
|
org.mongodb.morphia.annotations.Index.disableValidation
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.dropDups
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.expireAfterSeconds
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.name
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.sparse
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.unique
use the
IndexOptions found in Index.options() |
org.mongodb.morphia.annotations.Index.value
use
Index.fields() |