Package org.growersnation.site.service.mongo

Examples of org.growersnation.site.service.mongo.MongoUserReadService


    factory = MongodForTestsFactory.with(Version.Main.V2_2);
    Mongo mongo = factory.newMongo();
    db = mongo.getDB("test");

    userService = new DefaultUserService(new MongoUserRepository(db));
    userReadService = new MongoUserReadService(db);
  }
View Full Code Here

TOP

Related Classes of org.growersnation.site.service.mongo.MongoUserReadService

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.