public static final java.lang.String |
EVENT_IDS |
"eventIds" |
public static final java.lang.String |
EXPIRY |
"expiry" |
public static final java.lang.String |
NOW |
"now" |
public static final java.lang.String |
SYSTEM_EVENTS_DELETE_QUERY |
"delete SystemEventImpl se where se.id in(:eventIds)" |
public static final java.lang.String |
SYSTEM_EVENTS_TO_DELETE_QUERY |
"select id from SystemEventImpl se where se.expiry < :now" |
public static final java.lang.String |
UPDATE_HARVESTED_QUERY |
"update SystemEventImpl se set se.harvestedDateTime = :now, se.harvested = 1 where se.id in(:eventIds)" |