Class HanaSchedulerStateGateway
- java.lang.Object
-
- de.hybris.platform.task.impl.gateways.DefaultBaseGateway
-
- de.hybris.platform.task.impl.gateways.DefaultSchedulerStateGateway
-
- de.hybris.platform.task.impl.gateways.HanaSchedulerStateGateway
-
- All Implemented Interfaces:
BaseGateway,SchedulerStateGateway
public class HanaSchedulerStateGateway extends DefaultSchedulerStateGateway
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.task.impl.gateways.DefaultBaseGateway
jdbcTemplate
-
-
Constructor Summary
Constructors Constructor Description HanaSchedulerStateGateway(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetCreateTableStatement()-
Methods inherited from class de.hybris.platform.task.impl.gateways.DefaultSchedulerStateGateway
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
-
-
-
-
Method Detail
-
getCreateTableStatement
protected java.lang.String getCreateTableStatement()
- Overrides:
getCreateTableStatementin classDefaultSchedulerStateGateway
-
-