Package network.oxalis.statistics.jdbc
Class RawStatisticsRepositoryOracleImpl
- java.lang.Object
-
- network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
-
- network.oxalis.statistics.jdbc.RawStatisticsRepositoryOracleImpl
-
- All Implemented Interfaces:
RawStatisticsRepository
public class RawStatisticsRepositoryOracleImpl extends RawStatisticsRepositoryJdbcImpl
This is RawStatisticsRepository implementation for running the statistics database on Oracle backend, through JDBC.- Author:
- thore
-
-
Field Summary
-
Fields inherited from class network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
jdbcTxManager, RAW_STATS_TABLE_NAME
-
-
Constructor Summary
Constructors Constructor Description RawStatisticsRepositoryOracleImpl(JdbcTxManager jdbcTxManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerpersist(RawStatistics rawStatistics)Persists raw statistics into the DBMS via JDBC, no caching is utilized.-
Methods inherited from class network.oxalis.statistics.jdbc.RawStatisticsRepositoryJdbcImpl
fetchAndTransformRawStatistics
-
-
-
-
Constructor Detail
-
RawStatisticsRepositoryOracleImpl
@Inject public RawStatisticsRepositoryOracleImpl(JdbcTxManager jdbcTxManager)
-
-
Method Detail
-
persist
public Integer persist(RawStatistics rawStatistics)
Description copied from class:RawStatisticsRepositoryJdbcImplPersists raw statistics into the DBMS via JDBC, no caching is utilized.- Specified by:
persistin interfaceRawStatisticsRepository- Overrides:
persistin classRawStatisticsRepositoryJdbcImpl
-
-