Uses of Interface
org.iternine.jeppetto.dao.mongodb.enhance.DirtyableDBObject

Packages that use DirtyableDBObject
org.iternine.jeppetto.dao.mongodb   
org.iternine.jeppetto.dao.mongodb.enhance   
 

Uses of DirtyableDBObject in org.iternine.jeppetto.dao.mongodb
 

Methods in org.iternine.jeppetto.dao.mongodb with parameters of type DirtyableDBObject
protected  void MongoDBQueryModelDAO.trueSave(com.mongodb.DBObject identifyingQuery, DirtyableDBObject dbo)
           
 

Uses of DirtyableDBObject in org.iternine.jeppetto.dao.mongodb.enhance
 

Classes in org.iternine.jeppetto.dao.mongodb.enhance that implement DirtyableDBObject
 class DirtyableDBObjectList
           
 class DirtyableDBObjectMap
          Despite the lack of explicit generic types, this acts like a Map due to the way MongoDB expects the keys to be expressed.
 class DirtyableDBObjectSet
          A DirtyableDBObjectSet uses two underlying collection objects to manage the semantics of this class.
 



Copyright © 2012. All Rights Reserved.