| Package | Description |
|---|---|
| com.googlecode.mjorm |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ObjectMapper.map(com.mongodb.DBObject dbObject,
java.lang.Class<T> objectClass)
Converts the given
DBObject into a java object. |
<T> com.mongodb.DBObject |
ObjectMapper.unmap(T object)
Converts the given java object into a
DBObject. |
<T> java.lang.Object |
ObjectMapper.unmapValue(T object)
Converts the given java object into an object suitable for
storage in the database.
|
<T> java.lang.Object |
AbstractObjectMapper.unmapValue(T object)
Converts the given java object into an object suitable for
storage in the database.
|
Copyright © 2013. All Rights Reserved.