public interface CustomMapper
Modifier and Type | Method and Description |
---|---|
void |
fromDBObject(com.mongodb.DBObject dbObject,
MappedField mf,
Object entity,
EntityCache cache,
Mapper mapper) |
void |
toDBObject(Object entity,
MappedField mf,
com.mongodb.DBObject dbObject,
Map<Object,com.mongodb.DBObject> involvedObjects,
Mapper mapper) |
void toDBObject(Object entity, MappedField mf, com.mongodb.DBObject dbObject, Map<Object,com.mongodb.DBObject> involvedObjects, Mapper mapper)
void fromDBObject(com.mongodb.DBObject dbObject, MappedField mf, Object entity, EntityCache cache, Mapper mapper)
Copyright © 2016. All rights reserved.