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

Example usage for Java org.springframework.batch.core.repository.dao JdbcExecutionContextDao 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 JdbcExecutionContextDao.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidsetClobTypeToUse(int clobTypeToUse)
voidsetJdbcTemplate(JdbcOperations jdbcTemplate)
voidsetLobHandler(LobHandler lobHandler)
voidsetSerializer(ExecutionContextSerializer serializer)
Setter for Serializer implementation
voidsetShortContextLength(int shortContextLength)
The maximum size that an execution context can have and still be stored completely in short form in the column SHORT_CONTEXT.
voidsetTablePrefix(String tablePrefix)
Public setter for the table prefix property.