Class PostgresSchedulerStateGateway
- java.lang.Object
-
- de.hybris.platform.task.impl.gateways.DefaultBaseGateway
-
- de.hybris.platform.task.impl.gateways.DefaultSchedulerStateGateway
-
- de.hybris.platform.task.impl.gateways.PostgresSchedulerStateGateway
-
- All Implemented Interfaces:
BaseGateway,SchedulerStateGateway
public class PostgresSchedulerStateGateway extends DefaultSchedulerStateGateway
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.task.impl.gateways.DefaultBaseGateway
jdbcTemplate
-
-
Constructor Summary
Constructors Constructor Description PostgresSchedulerStateGateway(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
Method Summary
-
Methods inherited from class de.hybris.platform.task.impl.gateways.DefaultSchedulerStateGateway
getCreateTableStatement, getInsertSchedulerRowStatement, getSchedulerTimestamp, getSelectSchedulerTimestampQuery, getTableName, insertSchedulerRow, updateSchedulerRow
-
Methods inherited from class de.hybris.platform.task.impl.gateways.DefaultBaseGateway
createTable, doesTableExist, dropTable, getJdbcTemplate, tryCreatingTableAndLogException
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.task.impl.gateways.BaseGateway
createTable, doesTableExist, dropTable
-
Methods inherited from interface de.hybris.platform.task.impl.gateways.SchedulerStateGateway
insertSchedulerRow
-
-