Java org.springframework.batch.core.repository.dao JdbcJobExecutionDao fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.repository.dao JdbcJobExecutionDao fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.repository.dao JdbcJobExecutionDao.

The text is from its open source code.

Subclass

org.springframework.batch.core.repository.dao.JdbcJobExecutionDao has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
voidsetClobTypeToUse(int clobTypeToUse)
voidsetExitMessageLength(int exitMessageLength)
Public setter for the exit message length in database.
voidsetJdbcTemplate(JdbcOperations jdbcTemplate)
voidsetJobExecutionIncrementer(DataFieldMaxValueIncrementer jobExecutionIncrementer)
Setter for DataFieldMaxValueIncrementer to be used when generating primary keys for JobExecution instances.
voidsetTablePrefix(String tablePrefix)
Public setter for the table prefix property.