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