org.iternine.jeppetto.dao.mongodb
Class MongoDBReferenceSet<T>

java.lang.Object
  extended by org.iternine.jeppetto.dao.mongodb.MongoDBReferenceSet<T>
All Implemented Interfaces:
ReferenceSet<T>

public class MongoDBReferenceSet<T>
extends Object
implements ReferenceSet<T>


Constructor Summary
MongoDBReferenceSet(com.mongodb.DBObject identifyingQuery, Enhancer<T> updateObjectEnhancer)
           
 
Method Summary
 com.mongodb.DBObject getIdentifyingQuery()
           
 T getUpdateObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoDBReferenceSet

public MongoDBReferenceSet(com.mongodb.DBObject identifyingQuery,
                           Enhancer<T> updateObjectEnhancer)
Method Detail

getUpdateObject

public T getUpdateObject()
Specified by:
getUpdateObject in interface ReferenceSet<T>

getIdentifyingQuery

public com.mongodb.DBObject getIdentifyingQuery()


Copyright © 2012. All Rights Reserved.