Package org.mongeez.dao

Examples of org.mongeez.dao.MongeezDao


    public ChangeSetExecutor(Mongo mongo, String dbName, String context) {
        this(mongo, dbName, context, null);
    }

    public ChangeSetExecutor(Mongo mongo, String dbName, String context, MongoAuth auth) {
        dao = new MongeezDao(mongo, dbName, auth);
        this.context = context;
    }
View Full Code Here

TOP

Related Classes of org.mongeez.dao.MongeezDao

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.