Example usage for org.springframework.jdbc.object SqlUpdate SqlUpdate

List of usage examples for org.springframework.jdbc.object SqlUpdate SqlUpdate

Introduction

In this page you can find the example usage for org.springframework.jdbc.object SqlUpdate SqlUpdate.

Prototype

public SqlUpdate() 

Source Link

Document

Constructor to allow use as a JavaBean.

Usage

From source file:com.github.akiraly.db4j.SqlUpdateBuilder.java

@Override
protected SqlUpdate newOperation() {
    return new SqlUpdate();
}