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