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

/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java137 private DataSourceService dataSourceService; field in class:JDBCRepoService
166 * @param dataSourceService the ConnectionManager
170 static RepoBootService getRepoBootService(BundleContext context, DataSourceService dataSourceService, argument
173 bootRepo.dataSourceService = dataSourceService;
189 dataSourceService = dataSourceServices.get(config.get(CONFIG_USE_DATASOURCE).required().asString());
823 return dataSourceService.getDataSource().getConnection();
891 getGenericTableHandler(databaseType, defaultMapping, dataSourceService.getDatabaseName(),
905 getGenericTableHandler(databaseType, defaultTableProps, dataSourceService.getDatabaseName(),
918 getGenericTableHandler(databaseType, value, dataSourceService
[all...]

Completed in 874 milliseconds