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

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

Introduction

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

Usage

From source file orz.neptune.prospring3.ch8.StoreFunctionQuery.java

/**
 *
 * @author Administrator
 */
public class StoreFunctionQuery extends SqlFunction<String> {

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

/**
 *
 * @author vitaliy
 */
public class SfFirstNameById extends SqlFunction<String> {