Searched defs:OrientDBRepoService (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DOrientDBRepoService.java102 @Component(name = OrientDBRepoService.PID, immediate=true, policy=ConfigurationPolicy.REQUIRE, enabled=true)
108 public class OrientDBRepoService implements RequestHandler, RepositoryService, RepoBootService { class in inherits:RequestHandler,RepositoryService,RepoBootService
110 final static Logger logger = LoggerFactory.getLogger(OrientDBRepoService.class);
156 private static OrientDBRepoService bootRepo = null;
797 static OrientDBRepoService getRepoBootService(Map<String, Object> repoConfig) {
799 bootRepo = new OrientDBRepoService();
871 return config.get(OrientDBRepoService.CONFIG_DB_URL).defaultTo("local:" + orientDbFolder).asString();

Completed in 29 milliseconds