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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java56 class JDBCHistoryCache implements HistoryCache { class in inherits:HistoryCache
58 private static final Logger LOGGER = LoggerFactory.getLogger(JDBCHistoryCache.class);
81 Class<?> klazz = JDBCHistoryCache.class;
164 JDBCHistoryCache() { method in class:JDBCHistoryCache
175 JDBCHistoryCache(String jdbcDriverClass, String url) { method in class:JDBCHistoryCache

Completed in 12 milliseconds