Example usage for org.springframework.jdbc.object BatchSqlUpdate subclass-usage

List of usage examples for org.springframework.jdbc.object BatchSqlUpdate subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.object BatchSqlUpdate subclass-usage.

Usage

From source file com.home.ln_spring.ch8.dao.jdbc.annotation.InsertContactTelDetail.java

/**
 *
 * @author vitaliy
 */
public class InsertContactTelDetail extends BatchSqlUpdate {

From source file org.osmsurround.ae.dao.NodeTagInsert.java

@Repository
public class NodeTagInsert extends BatchSqlUpdate {

    @Autowired
    public NodeTagInsert(DataSource dataSource) {
        setDataSource(dataSource);