Java org.springframework.jdbc.core.namedparam BeanPropertySqlParameterSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core.namedparam BeanPropertySqlParameterSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core.namedparam BeanPropertySqlParameterSource.

The text is from its open source code.

Subclass

org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource has subclasses.
Click this link to see all its subclasses.

Constructor

BeanPropertySqlParameterSource(Object object)
Create a new BeanPropertySqlParameterSource for the given bean.

Method

String[]getReadablePropertyNames()
Provide access to the property names of the wrapped bean.
ObjectgetValue(String paramName)
voidregisterSqlType(String paramName, int sqlType)
Register a SQL type for the given parameter.