Java org.springframework.jdbc.object MappingSqlQuery fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.object MappingSqlQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.object MappingSqlQuery.

The text is from its open source code.

Subclass

org.springframework.jdbc.object.MappingSqlQuery has subclasses.
Click this link to see all its subclasses.

Constructor

MappingSqlQuery(DataSource ds, String sql)
Convenient constructor with DataSource and SQL string.
MappingSqlQuery()
Constructor that allows use as a JavaBean.