Class StaleAuditUserServiceValueRowMapper

java.lang.Object
net.solarnetwork.central.common.dao.jdbc.StaleAuditUserServiceValueRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<StaleAuditUserServiceValue>

public class StaleAuditUserServiceValueRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<StaleAuditUserServiceValue>
Map datum rows into StaleAuditUserServiceValue instances.

The expected column order in the SQL results is:

  1. ts_start
  2. user_id
  3. service
  4. agg_kind (key)
  5. created