Package network.oxalis.statistics.jdbc
Class RawStatisticsRepositoryMySqlImpl
- java.lang.Object
-
- network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
-
- network.oxalis.statistics.jdbc.RawStatisticsRepositoryMySqlImpl
-
- All Implemented Interfaces:
RawStatisticsRepository
public class RawStatisticsRepositoryMySqlImpl extends RawStatisticsRepositoryJdbcImpl
This is RawStatisticsRepository implementation for running the statistics database on MySql backend, through JDBC.- Author:
- steinar, zeko78
-
-
Field Summary
-
Fields inherited from class network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
jdbcTxManager, RAW_STATS_TABLE_NAME
-
-
Constructor Summary
Constructors Constructor Description RawStatisticsRepositoryMySqlImpl(JdbcTxManager jdbcTxManager)
-
-
-
Constructor Detail
-
RawStatisticsRepositoryMySqlImpl
@Inject public RawStatisticsRepositoryMySqlImpl(JdbcTxManager jdbcTxManager)
-
-