Package | Description |
---|---|
org.mongodb.morphia | |
org.mongodb.morphia.mapping | |
org.mongodb.morphia.mapping.cache | |
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
<T> T |
Morphia.fromDBObject(Class<T> entityClass,
com.mongodb.DBObject dbObject,
EntityCache cache) |
void |
MapreduceResults.setInlineRequiredOptions(Class<T> clazz,
Mapper mapper,
EntityCache cache) |
Modifier and Type | Method and Description |
---|---|
EntityCache |
Mapper.createEntityCache() |
Modifier and Type | Method and Description |
---|---|
<T> T |
Mapper.fromDb(com.mongodb.DBObject dbObject,
T entity,
EntityCache cache) |
<T> T |
Mapper.fromDBObject(Class<T> entityClass,
com.mongodb.DBObject dbObject,
EntityCache cache)
Converts a DBObject back to a type-safe java object (POJO)
|
void |
CustomMapper.fromDBObject(com.mongodb.DBObject dbObject,
MappedField mf,
Object entity,
EntityCache cache,
Mapper mapper) |
void |
Mapper.updateKeyInfo(Object entity,
com.mongodb.DBObject dbObj,
EntityCache cache)
Updates the @
Id fields. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityCache |
Constructor and Description |
---|
MorphiaIterator(Iterator<com.mongodb.DBObject> it,
Mapper mapper,
Class<T> clazz,
String collection,
EntityCache cache) |
Copyright © 2016. All rights reserved.