com.hazelcast.spring.mongodb
Interface MongoDBConverter

All Known Implementing Classes:
SpringMongoDBConverter

public interface MongoDBConverter


Method Summary
 DBObject toDBObject(Object obj)
           
 Object toObject(Class clazz, DBObject dbObject)
           
 

Method Detail

toDBObject

DBObject toDBObject(Object obj)

toObject

Object toObject(Class clazz,
                DBObject dbObject)


Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.