public class StatisticUpdaterDaoImpl extends java.lang.Object implements StatisticUpdaterDao
This implementation takes the following properties (via spring):
Initial Date: 12.02.2010
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setDeleteSQL(java.lang.String[] deleteSQL)
set via spring
|
void |
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
set via spring
|
void |
setLoggingName(java.lang.String loggingName)
set via spring
|
void |
setUpdateSQL(java.lang.String[] updateSQL)
set via spring
|
java.lang.String |
toString() |
void |
updateStatistic(boolean fullRecalculation,
java.util.Date from,
java.util.Date until)
Update the statistic table belonging to this implementor
|
public void setLoggingName(java.lang.String loggingName)
public java.lang.String toString()
toString 在类中 java.lang.Objectpublic void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
public void setUpdateSQL(java.lang.String[] updateSQL)
public void setDeleteSQL(java.lang.String[] deleteSQL)
public final void updateStatistic(boolean fullRecalculation,
java.util.Date from,
java.util.Date until)
StatisticUpdaterDaoupdateStatistic 在接口中 StatisticUpdaterDaofullRecalculation - when set to true the statisticupdater should do a complete recalc of all stats, rather than updating since the last call to updateStatisticfrom - update the statistics starting at the given from date - note that this is never null irrespective of fullRecalculation true or falseuntil - update the statistics ending at the given until date - this is never null