com.thalesgroup.dtkit.ws.rs.dao
Class MongoProxy

java.lang.Object
  extended by com.google.code.morphia.DAO<InputMetricDB,org.bson.types.ObjectId>
      extended by com.thalesgroup.dtkit.ws.rs.dao.MongoProxy

public class MongoProxy
extends com.google.code.morphia.DAO<InputMetricDB,org.bson.types.ObjectId>


Field Summary
 
Fields inherited from class com.google.code.morphia.DAO
ds, entityClazz
 
Constructor Summary
MongoProxy(com.mongodb.Mongo mongo, com.google.code.morphia.Morphia morphia, java.lang.String dbName)
           
 
Method Summary
 
Methods inherited from class com.google.code.morphia.DAO
collection, count, count, count, createQuery, createUpdateOperations, delete, deleteById, deleteByQuery, dropCollection, exists, exists, find, find, findIds, findIds, findIds, findOne, findOne, get, getDatastore, getEntityClass, initDS, initType, keysToIds, save, update, updateFirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoProxy

public MongoProxy(com.mongodb.Mongo mongo,
                  com.google.code.morphia.Morphia morphia,
                  java.lang.String dbName)


Copyright © 2004-2011. All Rights Reserved.