Class WorkerRepository
java.lang.Object
ch.so.agi.gretl.control.server.persistence.WorkerRepository
-
Constructor Summary
ConstructorsConstructorDescriptionWorkerRepository(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, JsonSupport jsonSupport) -
Method Summary
Modifier and TypeMethodDescriptionfindAll()voidmarkOfflineBefore(Instant threshold) voidupsert(WorkerRecord worker)
-
Constructor Details
-
WorkerRepository
public WorkerRepository(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, JsonSupport jsonSupport)
-
-
Method Details
-
upsert
-
find
-
findAll
-
markOfflineBefore
-