Uses of Class
network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
-
Packages that use RawStatisticsRepositoryJdbcImpl Package Description network.oxalis.statistics.jdbc -
-
Uses of RawStatisticsRepositoryJdbcImpl in network.oxalis.statistics.jdbc
Subclasses of RawStatisticsRepositoryJdbcImpl in network.oxalis.statistics.jdbc Modifier and Type Class Description classRawStatisticsRepositoryHSqlImplThis is RawStatisticsRepository implementation for running the statistics database on MySql backend, through JDBC.classRawStatisticsRepositoryMsSqlImplThis is RawStatisticsRepository implementation for running the statistics database on MsSql backend, through Jdbc.classRawStatisticsRepositoryMySqlImplThis is RawStatisticsRepository implementation for running the statistics database on MySql backend, through JDBC.classRawStatisticsRepositoryOracleImplThis is RawStatisticsRepository implementation for running the statistics database on Oracle backend, through JDBC.
-