Package dev.dsf.bpe.dao
Interface LastEventTimeDao
- All Known Implementing Classes:
LastEventTimeDaoJdbc
public interface LastEventTimeDao
-
Method Summary
Modifier and TypeMethodDescriptionwriteLastEventTime(LocalDateTime lastEvent) default DatewriteLastEventTime(Date lastEvent)
-
Method Details
-
readLastEventTime
- Throws:
SQLException
-
writeLastEventTime
- Parameters:
lastEvent- notnull- Returns:
- the given lastEvent with millisecond precision
- Throws:
SQLException- if a database access error occurs- See Also:
-
writeLastEventTime
- Throws:
SQLException
-