Example usage for org.springframework.jdbc.core CallableStatementCreator interface-usage

List of usage examples for org.springframework.jdbc.core CallableStatementCreator interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.core CallableStatementCreator interface-usage.

Usage

From source file com.taobao.diamond.server.service.HangingModePersistService.java

class ProcCallableStatementCreator implements CallableStatementCreator {
    private String storedProc;
    private int sleepTime;

    /**
     * Constructs a callable statement.