Package org.sf.bee.mongodb.impl

Examples of org.sf.bee.mongodb.impl.BeeMongoService


    // ------------------------------------------------------------------------
    //                      constructor
    // ------------------------------------------------------------------------
    public BeeMongoImporter(final DB db, final String collName)
            throws StandardCodedException {
        _srvc = new BeeMongoService(db, collName);
    }
View Full Code Here


    // ------------------------------------------------------------------------
    //                      constructor
    // ------------------------------------------------------------------------
    public BeeMongoExporter(final DB db, final String collName) throws StandardCodedException {
        _collName = collName;
        _srvc = new BeeMongoService(db, collName);

    }
View Full Code Here

TOP

Related Classes of org.sf.bee.mongodb.impl.BeeMongoService

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.